Skip to content

Commit

Permalink
chore: halve sentry sample rate (#2974)
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeeeenster authored Nov 15, 2023
1 parent 645f9b1 commit 628e29d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/aws/production/ecs-task-definition-web.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@
},
{
"name": "SENTRY_TRACE_SAMPLE_RATE",
"value": "0.00006"
"value": "0.00003"
},
{
"name": "DASHBOARD_ENDPOINTS_SENTRY_TRACE_SAMPLE_RATE",
"value": "0.02"
"value": "0.01"
},
{
"name": "SLACK_CLIENT_ID",
Expand Down

3 comments on commit 628e29d

@vercel
Copy link

@vercel vercel bot commented on 628e29d Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 628e29d Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 628e29d Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-flagsmith.vercel.app
docs.bullet-train.io
docs-git-main-flagsmith.vercel.app
docs.flagsmith.com

Please sign in to comment.