Skip to content

Commit

Permalink
Fixup - include slash in config path for endpoint analytics (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
scannillo authored Aug 14, 2024
1 parent 4699964 commit 9bcdb87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class BraintreeClient @VisibleForTesting internal constructor(
} else {
callback.onResult(null, configError)
}
timing?.let { sendAnalyticsTimingEvent("v1/configuration", it) }
timing?.let { sendAnalyticsTimingEvent("/v1/configuration", it) }
}
}

Expand Down

0 comments on commit 9bcdb87

Please sign in to comment.