Closed singhdimple closed 3 weeks ago
Your sample rate is 0.1, are there errors being sent to your Sentry project? Otherwise, it is likely that no session replays will be sent.
@hubertdeng123 I have changed the sample rate to 1.0 but still no session replay has been send to sentry.
By any chance, have you add this into your sentry/sentry.conf.py
file?
@aldy505, Yes I'm using this(JS_SDK_LOADER_DEFAULT_SDK_URL = "https://browser.sentry-cdn.com/%s/bundle.tracing.min.js") in my sentry.conf.py because without it I'm getting CORS error. is it affecting my session reply ??
Can you check your nginx container? We want to make sure that the envelopes are successfully being sent to your sentry instance.
@hubertdeng123, I'm not using niginx instead i'm using traefik and it is working fine.
Ah fellow Traefik user.
You have to configure a CORS header on your Traefik route rule. See https://develop.sentry.dev/self-hosted/reverse-proxy/#traefik
This issue has gone three weeks without activity. In another week, I will close it.
But! If you comment or otherwise update it, I will reset the clock, and if you remove the label Waiting for: Community
, I will leave it alone ... forever!
"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀
Problem Statement
No session replay is sent to sentry I'm using below html file to integrate sentry but no session replay can be seen in my project
<!DOCTYPE html>
TestProject
hello world
Solution Brainstorm
No response