Skip to content

Replay not found error #1459

@Niorlys

Description

@Niorlys

Using v3.0.0-rc.1, after the session starts, often the console logs Rollbar: Replay.discard: No replay found for replayId: xxxxxxxxxxx. I am running the following config:

{
        accessToken: "{{ env_vars.ACCESS_TOKEN }}",
                    captureUncaught: true,
                    captureUnhandledRejections: true,
                    payload: {
                        environment: "{{ env_vars.ENV }}"
                    },
                    replay: {
                        enabled: true,
                        autoStart: {% if not env_vars.COOKIE_BOT %}true{% else %}false{% endif %},
                        triggers: [
                            {
                                type: "occurrence",
                                level: ["error", "critical"],
                                samplingRatio: 1.0
                            },
                            {
                                type: "navigation",
                                pathMatch: /.*/,
                            }
                        ]
                    }
                }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions