File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Make sure you have the containers running:
95
95
96
96
docker compose up
97
97
98
- Access [ localhost:8000/{{ project_name }}/ admin/] (http://localhost:8000/{{ project_name }}/ admin/).
98
+ Access [ localhost:8000/{{ project_name }}- admin/] (http://localhost:8000/{{ project_name }}- admin/).
99
99
100
100
## Configuration / Environment Variables
101
101
@@ -140,7 +140,7 @@ cog.out('\n'.join(mdown.split('\n')[1:]))
140
140
* description: Sentry DSN to enable error logging
141
141
* type: ` str `
142
142
* default: ``
143
- * ** SENTRY_TRACE_SAMPLE_RATE **
143
+ * ** SENTRY_TRACES_SAMPLE_RATE **
144
144
* description: Sentry trace sample rate https://docs.sentry.io/product/sentry-basics/concepts/tracing/trace-view/
145
145
* type: ` float `
146
146
* default: ` 0.25 `
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class Config(GoodConf):
49
49
default = "" ,
50
50
description = "Sentry DSN to enable error logging" ,
51
51
)
52
- SENTRY_TRACE_SAMPLE_RATE : float = Field (
52
+ SENTRY_TRACES_SAMPLE_RATE : float = Field (
53
53
default = 0.25 ,
54
54
description = "Sentry trace sample rate "
55
55
"https://docs.sentry.io/product/sentry-basics/concepts/tracing/trace-view/" ,
You can’t perform that action at this time.
0 commit comments