Skip to content

Commit b9f1407

Browse files
committed
Oops, enable tracing in test too
1 parent 031690e commit b9f1407

File tree

1 file changed

+2
-1
lines changed
  • test_integrations/phoenix_app/config

1 file changed

+2
-1
lines changed

test_integrations/phoenix_app/config/test.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ config :sentry,
3535
enable_source_code_context: true,
3636
root_source_code_paths: [File.cwd!()],
3737
test_mode: true,
38-
send_result: :sync
38+
send_result: :sync,
39+
traces_sample_rate: 1.0
3940

4041
config :opentelemetry, span_processor: {Sentry.OpenTelemetry.SpanProcessor, []}
4142

0 commit comments

Comments
 (0)