Official Sentry Astro SDK #7378
AbhiPrasad
started this conversation in
Features / New SDKs (Integrations) / Ideas
Replies: 2 comments 3 replies
-
Yes! Also, I'm sure the Astro team would be interested. 🙂 (don't forget automated source map uploads) |
Beta Was this translation helpful? Give feedback.
1 reply
-
@AbhiPrasad Hey wait, since Astro uses Vite under the hood, wouldn't this work in Astro's config? vite: {
plugins: [
sentryVitePlugin({
org: 'xyz',
project: 'abc',
include: './dist',
authToken: process.env.SENTRY_AUTH_TOKEN,
}), |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/withastro/astro
https://astro.build/
Add Sentry support for Astro -
@sentry/astro
All the goodies you expect out of a Sentry SDK:
All powered by our browser SDK
@sentry/browser
and our Node JS SDK (@sentry/node
). We also need the option to use the framework specific SDKs like@sentry/react
if someone is using a specific frontend framework.Please comment/react to this post if you would like to see this - that helps us prioritize this work.
Beta Was this translation helpful? Give feedback.
All reactions