Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc(v7): Add package discontinuity notes to remaining discontinued packages #12347

Merged
merged 2 commits into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading