-
Notifications
You must be signed in to change notification settings - Fork 214
Open
Labels
Description
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: /.*/,
}
]
}
}Reactions are currently unavailable