Skip to content

Commit

Permalink
doc(v7): Add package discontinuity notes to remaining discontinued pa…
Browse files Browse the repository at this point in the history
…ckages (#12347)
  • Loading branch information
Lms24 authored Jun 4, 2024
1 parent 440ebf5 commit 33a7fba
Show file tree
Hide file tree
Showing 5 changed files with 161 additions and 109 deletions.
6 changes: 6 additions & 0 deletions packages/hub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
[![npm dm](https://img.shields.io/npm/dm/@sentry/hub.svg)](https://www.npmjs.com/package/@sentry/hub)
[![npm dt](https://img.shields.io/npm/dt/@sentry/hub.svg)](https://www.npmjs.com/package/@sentry/hub)

## Package Discontinued

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

## Links

- [Official SDK Docs](https://docs.sentry.io/quickstart/)
Expand Down
9 changes: 9 additions & 0 deletions packages/integrations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@
- [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.
Expand Down
Loading

0 comments on commit 33a7fba

Please sign in to comment.