Implement configuration to use Sentry session replay feature #54

Closed
opened 2026-04-13 08:09:49 +00:00 by Omexae · 0 comments
Contributor

Checklist

  • I have searched existing issues and pull requests to ensure this feature has not been requested before
  • I have reviewed the documentation to confirm this feature doesn't already exist
  • This feature aligns with the project's goals

Feature Description

Improve configuration in Sentry logger to enable the session replay feature.

Problem Statement

The initialization for Sentry lacks some configuration to enable the session replay feature.

Proposed Solution

Add the necessary configuration following the official documentation to enable the use of Sentry session replay.
The properties added should be configurable to allow the implementation in any project.

Use Case

When an error happens in a application logged by Sentry, A record of the screen is available to review what has happened before, during and after the error.

Alternatives Considered

None.

Examples

Not applicable;

Implementation Ideas

None

Additional Context

None

## Checklist - [x] I have searched existing issues and pull requests to ensure this feature has not been requested before - [x] I have reviewed the documentation to confirm this feature doesn't already exist - [x] This feature aligns with the project's goals ## Feature Description Improve configuration in Sentry logger to enable the session replay feature. ## Problem Statement The initialization for Sentry lacks some configuration to enable the session replay feature. ## Proposed Solution Add the necessary configuration following the official documentation to enable the use of Sentry session replay. The properties added should be configurable to allow the implementation in any project. ## Use Case When an error happens in a application logged by Sentry, A record of the screen is available to review what has happened before, during and after the error. ## Alternatives Considered None. ## Examples Not applicable; ## Implementation Ideas None ## Additional Context None
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
openrn/react-native-logging-tools#54
No description provided.