sentry-javascript icon indicating copy to clipboard operation
sentry-javascript copied to clipboard

fix(replay): Fix `onError` callback

Open billyvg opened this issue 1 year ago • 1 comments

This fixes the onError callback added in https://github.com/getsentry/sentry-javascript/pull/13721 -- the option itself was not being propagated to the replay options.

billyvg avatar Oct 16 '24 19:10 billyvg

:x: 1 Tests Failed:

Tests completed Failed Passed Skipped
634 1 633 31
View the top 1 failed tests by shortest run time
replay/dsc/test.ts should add replay_id to dsc of transactions when in session mode
Stack Traces | 1.15s run time
test.ts:19:11 should add replay_id to dsc of transactions when in session mode

To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard

codecov[bot] avatar Oct 16 '24 20:10 codecov[bot]