Skip to content

Commit e1990d1

Browse files
committed
.
1 parent 9e38f57 commit e1990d1

5 files changed

Lines changed: 131 additions & 135 deletions

File tree

MIGRATION_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Looking to upgrade from Sentry SDK 2.x to 3.x? Here's a comprehensive list of wh
3535
- Dropped support for Chalice below 1.22.
3636
- Dropped support for aiohttp below 3.7.
3737
- Dropped support for trytond below 5.4.
38-
- Dropped support for Sanic below 21.9.
38+
- Dropped support for Sanic below 21.12.
3939
- Removed the possibility to supply a specific client to the LaunchDarklyIntegration.
4040
- The `enable_tracing` option was removed. Use `traces_sample_rate=1.0` instead.
4141
- The deprecated `push_scope` and `configure_scope` APIs have been removed. Use `with new_scope():` to push a new scope and `scope = get_current_scope()` to retrieve the current scope instead.

scripts/populate_tox/package_dependencies.jsonl

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/populate_tox/releases.jsonl

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sentry_sdk/integrations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def iter_default_integrations(
167167
"redis": (2, 10, 0),
168168
"requests": (2, 30, 0),
169169
"rq": (0, 6),
170-
"sanic": (21, 9),
170+
"sanic": (21, 12),
171171
"spark": (3, 0), # pyspark
172172
"sqlalchemy": (1, 4),
173173
"starlette": (0, 16),

tox.ini

Lines changed: 122 additions & 126 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)