Skip to content

Commit 5810407

Browse files
authored
Fix OT packaging for exception replay (#8912)
add dependency on debugger-bootstrap to include DebuggerContext class in the OT jar as it is used in DDSpan::addThrowable when checking for exception replay is enabled
1 parent ec92625 commit 5810407

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dd-trace-ot/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ dependencies {
4141
// why all communication pulls in remote config is beyond me...
4242
exclude(group: 'com.datadoghq', module: 'remote-config-core')
4343
}
44+
// exception replay
45+
implementation(project(':dd-java-agent:agent-debugger:debugger-bootstrap'))
4446

4547
// OpenTracing
4648
api group: 'io.opentracing', name: 'opentracing-api', version: '0.32.0'

0 commit comments

Comments
 (0)