Skip to content

v3.0.0-beta.4

Pre-release
Pre-release

Choose a tag to compare

@matux matux released this 09 Oct 14:31
· 38 commits to master since this release
1e47372

Important

BREAKING: Session Replay config moved from recorderreplay.

Rename the top-level options block; recorder is ignored in v3.0.0-beta.4.

 const options = {
   // ...
-  recorder: {
+  replay: {
      enabled: true,
      autoStart: true,
      triggers: [{ 
         type: 'occurrence' 
      }],
    },
   payload: { environment: 'prod' },
   // ...
 };

What's Changed

Full Changelog: v3.0.0-beta.3...v3.0.0-beta.4