feat(config): 🧑‍💻 Add custom tracing URL support to Sentry config

This commit is contained in:
Jesse Wierzbinski 2024-07-26 00:02:48 +02:00
parent 7d1522cc1e
commit bc25896ed8
No known key found for this signature in database
6 changed files with 18 additions and 1 deletions

View file

@ -3900,6 +3900,13 @@
"maximum": 1,
"default": 1
},
"trace_propagation_targets": {
"type": "array",
"items": {
"type": "string"
},
"default": []
},
"max_breadcrumbs": {
"type": "number",
"default": 100