Can I integrate Laravel8, VueJS3, and InertiaJS with Sentry for the Front-End? #4912
-
Hi All, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
👋 @biroa, TLDR: yes you can! In ocasions where our official All we do in a framework-specific packages like If there are many good use cases, we would be happy to add support for it in the future. Or even better - PRs are always welcome! 😉 |
Beta Was this translation helpful? Give feedback.
👋 @biroa, TLDR: yes you can!
In ocasions where our official
@sentry/vue
package is not sufficient feel free to fall back to@sentry/browser
and manually instrument.All we do in a framework-specific packages like
@sentry/vue
is do the leg work for you, using@sentry/browser | core | node | *
so in cases where the official integration is not sufficient enough, feel free to use custom instrumentation.If there are many good use cases, we would be happy to add support for it in the future. Or even better - PRs are always welcome! 😉