Add sentry relay config
This commit is contained in:
parent
588c9165ef
commit
213cbaef42
2 changed files with 22 additions and 0 deletions
9
servers/sentry-relay/config.yml
Normal file
9
servers/sentry-relay/config.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Please see the relevant documentation.
|
||||
# Performance tuning: https://docs.sentry.io/product/relay/operating-guidelines/
|
||||
# All config options: https://docs.sentry.io/product/relay/options/
|
||||
relay:
|
||||
mode: static
|
||||
upstream: https://o4507835405369344.ingest.de.sentry.io/
|
||||
host: 0.0.0.0
|
||||
port: 3000
|
||||
|
||||
13
servers/sentry-relay/projects/4507835410481232.json
Normal file
13
servers/sentry-relay/projects/4507835410481232.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"slug": "jade-website-sveltekit",
|
||||
"publicKeys": [
|
||||
{
|
||||
"publicKey": "d006c73cc53783930a1521a68ae1c312",
|
||||
"isEnabled": true
|
||||
}
|
||||
],
|
||||
"config": {
|
||||
"allowedDomains": ["*"],
|
||||
"features": ["organizations:session-replay", "organizations:session-replay-combined-envelope-items", "organizations:user-feedback-ingest", "organizations:device-class-synthesis", "organizations:custom-metrics", "organizations:continuous-profiling", "projects:span-metrics-extraction", "projects:span-metrics-extraction-addons", "organizations:indexed-spans-extraction"]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue