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
Hey @plu, you're right that the stack trace is truncated in the SPTrackerError event but it's not truncated in the SNOWError event.
The difference is that the SPTrackerError is tracked when tracker diagnostic autotracking is enabled. This includes log messages produced by the tracker.
On the other hand, the SNOWError is tracked when exception autotracking is enabled and it captures errors raised anywhere in the app code.
Currently the stack trace is unbounded which can result in events failing validation. We should clip it to a max length.
The text was updated successfully, but these errors were encountered: