Advanced
Advanced Setup
The Decipher setup process allows for some additional customizability beyond the defaults.
⏱ Estimated Time To Completion: 10 minutes
Understand the basics
Before diving into advanced configurations, ensure you have completed the basic setup as outlined in the Quickstart guide. The advanced configurations build upon the initial setup.
Custom configuration is achieved by adjusting the Sentry init
call in your project; options vary by language/framework.
For a full list of options and more information, refer to the official Sentry documentation.
Below we provide some common examples and recommended configuration options.
Example: Customizing Sentry Initialization for NextJS
sentry.client.config.ts
Example: Customizing Sentry Initialization for a Python/Flask project
app.py