Description
There are some cases where the local-to-session behavior does not work as desired. This generally is when the Sentry instrumentation is misconfigured or the SDK itself has incorrect behavior.
An example of this being an upstream problem can be seen in Remix:
getsentry/sentry-javascript#9737
We'll use this isue to track this concern and identify improvmeents to the heuristics.
One example improvement we could make is, when the behavior is unreliable (a flag maybe?), bias towards events that are seen only within a period of time since the session became active. We still have an upper bound issue there, but possibly a similar check could exist for that.
Another issue we might consider making is a flag to disable this feature. We might consider this feature experimental (albeit desired), so keeping it on by default would still be the goal.
Refs #188
Activity