You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I go to inspect the transaction event on the dashboard I see duplicated breadcrumbs. This only happens for transaction events, normal issues are OK. This happens only on Android (tested on iOS simulator and Android emulator).
Checking the transaction in the beforeSendTransaction callback I don't see duplicated breadcrumbs, so I guess the issue is on the native SDK side? Turning on debug logs I see that the envelope sen to the server already contains duplicated breadcrumbs.
Steps to reproduce:
generate some breadcrumbs
start a transaction and finish it after some time
check on sentry's dashboard (or debug logs) the breadcrumbs reported for the transaction's event
Actual result:
I see duplicated breadcrumbs on sentry's dashboard (or debug logs)
Expected result:
I don't see the duplicated breadcrumbs on the dashboard (and the logs)
The text was updated successfully, but these errors were encountered:
Platform:
IDE:
split-debug-info and obfuscate (Flutter Android or iOS) or CanvasKit (Flutter Web):
Platform installed with:
Output of the command
flutter doctor -v
below:The version of the SDK (See pubspec.lock):
7.2.0
I have the following issue:
I am using a transaction in an onTap callback in the following way:
When I go to inspect the transaction event on the dashboard I see duplicated breadcrumbs. This only happens for transaction events, normal issues are OK. This happens only on Android (tested on iOS simulator and Android emulator).
Checking the transaction in the
beforeSendTransaction
callback I don't see duplicated breadcrumbs, so I guess the issue is on the native SDK side? Turning on debug logs I see that the envelope sen to the server already contains duplicated breadcrumbs.Steps to reproduce:
Actual result:
Expected result:
The text was updated successfully, but these errors were encountered: