How to get Sentry Replay working in a Laravel Project #7396
-
I'm trying to get Sentry Replay working with a Laravel project. The documentation here seems pretty straightforward:
Set up the integration by importing sentry browser and then initialization the integration. This I did in my
Next next step is test it, but this seems to give a more generic response that what I would have expected:
Either way, clicking on Replay in the Sentry UI give the following message making me think I've missed something important:
Any guidance would be appreciated. UPDATE: Soon after I posted this I went on my production server and saw that actually it's working! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
hi @eugenevdm glad you could get it working! potentially related @cleptric added getsentry/sentry-laravel#646 to laravel the other day, which may help automating Sentry for JS with specific framework support Are you using Vue for example? Then in the init that this adds you should be able to add the replay necessary config |
Beta Was this translation helpful? Give feedback.
hi @eugenevdm
glad you could get it working!
potentially related @cleptric added getsentry/sentry-laravel#646 to laravel the other day, which may help automating Sentry for JS with specific framework support
Are you using Vue for example? Then in the init that this adds you should be able to add the replay necessary config