Skip to content

Commit

Permalink
fix: sentry-sdk config
Browse files Browse the repository at this point in the history
  • Loading branch information
aaxelb committed May 10, 2023
1 parent a94ef06 commit d21584f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def split(string, delim):
debug=DEBUG,
integrations=[
DjangoIntegration(
transaction_style='endpoint',
transaction_style='url',
middleware_spans=True,
signals_spans=True,
cache_spans=True,
Expand Down

0 comments on commit d21584f

Please sign in to comment.