Skip to content

Commit

Permalink
Inject backtrace reporter into Logs feature
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnm committed Jul 8, 2024
1 parent 0831868 commit dcb2343
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DatadogLogs/Sources/Logs.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ public enum Logs {
logEventMapper: logEventMapper,
dateProvider: configuration.dateProvider,
customIntakeURL: configuration.customEndpoint,
telemetry: core.telemetry
telemetry: core.telemetry,
backtraceReporter: core.backtraceReporter
)

do {
Expand Down

0 comments on commit dcb2343

Please sign in to comment.