36 lines
1.6 KiB
Markdown
36 lines
1.6 KiB
Markdown
<p align="center">
|
|
<a href="https://sentry.io/?utm_source=github&utm_medium=logo" target="_blank">
|
|
<img src="https://sentry-brand.storage.googleapis.com/sentry-wordmark-dark-280x84.png" alt="Sentry" width="280" height="84">
|
|
</a>
|
|
</p>
|
|
|
|
# Sentry JavaScript SDK Integrations
|
|
|
|
[](https://www.npmjs.com/package/@sentry/integrations)
|
|
[](https://www.npmjs.com/package/@sentry/integrations)
|
|
[](https://www.npmjs.com/package/@sentry/integrations)
|
|
|
|
## Links
|
|
|
|
- [Official SDK Docs](https://docs.sentry.io/quickstart/)
|
|
- [TypeDoc](http://getsentry.github.io/sentry-javascript/)
|
|
|
|
## Package Discontinued
|
|
|
|
This package was discontinued with version 8.0.0 of the Sentry JavaScript SDKs. All integrations from this package are
|
|
now directly exported from the SDK packages like `@sentry/react` or `@sentry/node`. For more information have a look at
|
|
the migration guide for
|
|
[client-](https://docs.sentry.io/platforms/javascript/migration/v7-to-v8/#removal-of-sentryintegrations-package) and
|
|
[server-side](https://docs.sentry.io/platforms/javascript/guides/node/migration/v7-to-v8/#removal-of-sentryintegrations-package)
|
|
SDKs.
|
|
|
|
## General
|
|
|
|
Pluggable integrations that can be used to enhance JS SDKs.
|
|
|
|
All of the integrations can also be found on our CDN e.g.:
|
|
|
|
Angular integration: `https://browser.sentry-cdn.com/5.0.0/angular.min.js`
|
|
|
|
Please make sure to always to match the version of the integration with the version of the JS SDK you are loading.
|