We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031690e commit b9f1407Copy full SHA for b9f1407
test_integrations/phoenix_app/config/test.exs
@@ -35,7 +35,8 @@ config :sentry,
35
enable_source_code_context: true,
36
root_source_code_paths: [File.cwd!()],
37
test_mode: true,
38
- send_result: :sync
+ send_result: :sync,
39
+ traces_sample_rate: 1.0
40
41
config :opentelemetry, span_processor: {Sentry.OpenTelemetry.SpanProcessor, []}
42
0 commit comments