Skip to content

Commit 33a7fba

Browse files
authored
doc(v7): Add package discontinuity notes to remaining discontinued packages (#12347)
1 parent 440ebf5 commit 33a7fba

File tree

5 files changed

+161
-109
lines changed

5 files changed

+161
-109
lines changed

packages/hub/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
[![npm dm](https://img.shields.io/npm/dm/@sentry/hub.svg)](https://www.npmjs.com/package/@sentry/hub)
1111
[![npm dt](https://img.shields.io/npm/dt/@sentry/hub.svg)](https://www.npmjs.com/package/@sentry/hub)
1212

13+
## Package Discontinued
14+
15+
This package was discontinued with version 8.0.0 of the Sentry JavaScript SDKs. Instead, relevant exports from this
16+
package are exported from `@sentry/core`. For more information have a look at the
17+
[Migration Guide](https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md#sentryhub).
18+
1319
## Links
1420

1521
- [Official SDK Docs](https://docs.sentry.io/quickstart/)

packages/integrations/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@
1515
- [Official SDK Docs](https://docs.sentry.io/quickstart/)
1616
- [TypeDoc](http://getsentry.github.io/sentry-javascript/)
1717

18+
## Package Discontinued
19+
20+
This package was discontinued with version 8.0.0 of the Sentry JavaScript SDKs. All integrations from this package are
21+
now directly exported from the SDK packages like `@sentry/react` or `@sentry/node`. For more information have a look at
22+
the migration guide for
23+
[client-](https://docs.sentry.io/platforms/javascript/migration/v7-to-v8/#removal-of-sentryintegrations-package) and
24+
[server-side](https://docs.sentry.io/platforms/javascript/guides/node/migration/v7-to-v8/#removal-of-sentryintegrations-package)
25+
SDKs.
26+
1827
## General
1928

2029
Pluggable integrations that can be used to enhance JS SDKs.

0 commit comments

Comments
 (0)