diff --git a/docs/breaking-changes.md b/docs/breaking-changes.md index faac07818a..0c7d37cded 100644 --- a/docs/breaking-changes.md +++ b/docs/breaking-changes.md @@ -4,7 +4,7 @@ title: List of breaking changes and deprecations # List of breaking changes and deprecations -- [Version 0.247.0 - 14 October 2024](./breaking-changes/0.247.0.md) +- [Version 0.248.0 - 22 October 2024](./breaking-changes/0.248.0.md) - [Version 0.243.0 - 25 September 2024](./breaking-changes/0.243.0.md) - [Version 0.240.0 - 10 September 2024](./breaking-changes/0.240.0.md) - [Version 0.236.0 - 17 July 2024](./breaking-changes/0.236.0.md) diff --git a/docs/breaking-changes/0.247.0.md b/docs/breaking-changes/0.248.0.md similarity index 79% rename from docs/breaking-changes/0.247.0.md rename to docs/breaking-changes/0.248.0.md index 620ed938e4..48858cc152 100644 --- a/docs/breaking-changes/0.247.0.md +++ b/docs/breaking-changes/0.248.0.md @@ -1,9 +1,9 @@ --- -title: 0.247.0 Breaking Changes -slug: breaking-changes/0.247.0 +title: 0.248.0 Breaking Changes +slug: breaking-changes/0.248.0 --- -# v0.247.0 Breaking Changes +# v0.248.0 Breaking Changes After a year-long deprecation period, the `SentryTracingExtension` has been removed in favor of the official Sentry SDK integration. diff --git a/docs/extensions/sentry-tracing.md b/docs/extensions/sentry-tracing.md index a1b2753231..4d4c72a6f0 100644 --- a/docs/extensions/sentry-tracing.md +++ b/docs/extensions/sentry-tracing.md @@ -10,7 +10,7 @@ tags: tracing As of Sentry 1.32.0, Strawberry is officially supported by the Sentry SDK. Therefore, Strawberry's `SentryTracingExtension` has been deprecated in version -0.210.0 and finally removed with Strawberry 0.247.0 in favor of the official +0.210.0 and finally removed with Strawberry 0.248.0 in favor of the official Sentry SDK integration. For more details, please refer to the