Skip to content

Commit

Permalink
docs: Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 2, 2024
1 parent 4c45d0d commit 59284f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ class Settings(BaseSettings):
sentry_sdk.init(
dsn=app_settings.sentry_dsn,
before_send=sentry_filter_transactions,
# Set traces_sample_rate to 1.0 to capture 100% of transactions for performance monitoring.
traces_sample_rate=1.0,
# FastAPI uses 400 for request validation errors, which shouldn't occur unless the frontend is misimplemented.
integrations=[
Expand Down

0 comments on commit 59284f0

Please sign in to comment.