Implement configuration to use Sentry session replay feature #54
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
openrn/react-native-logging-tools#54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Checklist
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