-
-
Notifications
You must be signed in to change notification settings - Fork 536
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the deprecated sentry tracing extension (#3672)
* Remove the long deprecated SentryTracingExtension * Document breaking change * Add release file * Add tweet file * Fix tweet was too long * Bump target release version * Fix tweet was still too long * Bump dates and versions
- Loading branch information
1 parent
0e2669f
commit 891e576
Showing
10 changed files
with
39 additions
and
644 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Release type: minor | ||
|
||
After a year-long deprecation period, the `SentryTracingExtension` has been | ||
removed in favor of the official Sentry SDK integration. | ||
|
||
To migrate, remove the `SentryTracingExtension` from your Strawberry schema and | ||
then follow the | ||
[official Sentry SDK integration guide](https://docs.sentry.io/platforms/python/integrations/strawberry/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
After a year-long deprecation period, the SentryTracingExtension has | ||
been removed in favor of the official Sentry SDK integration. | ||
|
||
Checkout out our migration guides if you have not migrated yet. | ||
|
||
Thanks to $contributor for the PR 👏 | ||
|
||
$release_url |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: 0.249.0 Breaking Changes | ||
slug: breaking-changes/0.249.0 | ||
--- | ||
|
||
# v0.249.0 Breaking Changes | ||
|
||
After a year-long deprecation period, the `SentryTracingExtension` has been | ||
removed in favor of the official Sentry SDK integration. | ||
|
||
To migrate, remove the `SentryTracingExtension` from your Strawberry schema and | ||
then follow the | ||
[official Sentry SDK integration guide](https://docs.sentry.io/platforms/python/integrations/strawberry/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.