Skip to content

Commit

Permalink
Merge pull request #99 from PotLock/dev
Browse files Browse the repository at this point in the history
Dev -> prod
  • Loading branch information
Prometheo authored Oct 23, 2024
2 parents 7711e46 + 89bfed4 commit 5697df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
# Set profiles_sample_rate to 1.0 to profile 100%
# of sampled transactions.
# We recommend adjusting this value in production.
profiles_sample_rate=1.0,
profiles_sample_rate=1.0 if ENVIRONMENT in ["testnet", "dev"] else 0.05,
)


Expand Down

0 comments on commit 5697df2

Please sign in to comment.