Skip to content

Commit

Permalink
fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
lbloder committed Jul 12, 2023
1 parent d784f75 commit 04e1418
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ class SentryNavigationListener @JvmOverloads constructor(
transactonOptions
)

transaction.spanContext.origin = traceOriginAppendix?.let { "$TRACE_ORIGIN.$traceOriginAppendix" } ?: TRACE_ORIGIN
transaction.spanContext.origin = traceOriginAppendix?.let {
"$TRACE_ORIGIN.$traceOriginAppendix"
} ?: TRACE_ORIGIN

if (arguments.isNotEmpty()) {
transaction.setData("arguments", arguments)
Expand Down

0 comments on commit 04e1418

Please sign in to comment.