Add Sentry Replay support

Created on 21 February 2023, over 1 year ago
Updated 30 April 2024, about 2 months ago

Problem/Motivation

If you'd like to see support for Sentry Replay in Raven module, please add a comment here, so I can get an idea how much demand there is for the feature.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

✨ Feature request
Status

Active

Version

6.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States mfb San Francisco

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @mfb
  • πŸ‡ΊπŸ‡ΈUnited States jason.ullstam

    I think this would be a "nice to have" feature. I'm currently self hosting Sentry so not sure I would use it fully until I saw how much increase in storage that would be. But definitely would like the option in Raven if it's possible.

  • πŸ‡ΊπŸ‡ΈUnited States mfb San Francisco

    For now you can set up replay using custom code. You would need to load replay.min.js either locally or from CDN, and use custom JS to append some settings before raven.js executes:

    drupalSettings.raven.options.integrations.push(new Sentry.Replay());
    drupalSettings.raven.options.replaysSessionSampleRate = 1;
    
  • πŸ‡ΊπŸ‡ΈUnited States mfb San Francisco

    Moving feature request to current branch

  • πŸ‡ΊπŸ‡ΈUnited States mfb San Francisco

    Moving feature request to 6.x branch

Production build 0.69.0 2024