|
| 1 | +--- |
| 2 | +title: Set Up |
| 3 | +sidebar_order: 0 |
| 4 | +description: "Learn how to set up Sentry's Logs feature using our supported SDKs." |
| 5 | +--- |
| 6 | + |
| 7 | +<Include name="feature-stage-alpha-logs.mdx" /> |
| 8 | + |
| 9 | +To set up Sentry Logs, use the links below for supported SDKs. After it's been set up, you'll be able to view and query logs and parameters sent from your applications within Sentry. |
| 10 | + |
| 11 | +## Supported SDKs |
| 12 | + |
| 13 | +### JavaScript |
| 14 | + |
| 15 | +- [Browser JavaScript](/platforms/javascript/logs/) |
| 16 | +- [Angular](/platforms/javascript/guides/angular/logs/) |
| 17 | +- [Astro](/platforms/javascript/guides/astro/logs/) |
| 18 | +- [AWS Lambda](/platforms/javascript/guides/aws-lambda/logs/) |
| 19 | +- [Azure Functions](/platforms/javascript/guides/azure-functions/logs/) |
| 20 | +- [Bun](/platforms/javascript/guides/bun/logs/) |
| 21 | +- [Cloudflare](/platforms/javascript/guides/cloudflare/logs/) |
| 22 | +- [Connect](/platforms/javascript/guides/connect/logs/) |
| 23 | +- [Ember](/platforms/javascript/guides/ember/logs/) |
| 24 | +- [Express](/platforms/javascript/guides/express/logs/) |
| 25 | +- [Fastify](/platforms/javascript/guides/fastify/logs/) |
| 26 | +- [Gatsby](/platforms/javascript/guides/gatsby/logs/) |
| 27 | +- [Google Cloud Functions](/platforms/javascript/guides/gcp-functions/logs/) |
| 28 | +- [Hapi](/platforms/javascript/guides/hapi/logs/) |
| 29 | +- [Hono](/platforms/javascript/guides/hono/logs/) |
| 30 | +- [Koa](/platforms/javascript/guides/koa/logs/) |
| 31 | +- [Nest.js](/platforms/javascript/guides/nestjs/logs/) |
| 32 | +- [Node.js](/platforms/javascript/guides/node/logs/) |
| 33 | +- [Next.js](/platforms/javascript/guides/nextjs/logs/) |
| 34 | +- [Nuxt](/platforms/javascript/guides/nuxt/logs/) |
| 35 | +- [React](/platforms/javascript/guides/react/logs/) |
| 36 | +- [React Router](/platforms/javascript/guides/react-router/logs/) |
| 37 | +- [Remix](/platforms/javascript/guides/remix/logs/) |
| 38 | +- [Solid](/platforms/javascript/guides/solid/logs/) |
| 39 | +- [SolidStart](/platforms/javascript/guides/solidstart/logs/) |
| 40 | +- [Svelte](/platforms/javascript/guides/svelte/logs/) |
| 41 | +- [SvelteKit](/platforms/javascript/guides/sveltekit/logs/) |
| 42 | +- [TanStack Start](/platforms/javascript/guides/tanstackstart-react/logs/) |
| 43 | +- [Vue](/platforms/javascript/guides/vue/logs/) |
| 44 | +- [Wasm](/platforms/javascript/guides/wasm/logs/) |
| 45 | + |
| 46 | +### Python |
| 47 | + |
| 48 | +- [Python](/platforms/python/logs/) |
| 49 | + |
| 50 | +## Upcoming SDKs |
| 51 | + |
| 52 | +We're actively working on adding Log functionality to additional SDKs. Check out these GitHub issues for the latest updates: |
| 53 | + |
| 54 | +- [PHP](https://github.com/getsentry/sentry-php/issues/1824) |
| 55 | +- [Java](https://github.com/getsentry/sentry-java/issues/4350) |
| 56 | +- [Go](https://github.com/getsentry/sentry-go/issues/1000) |
| 57 | +- [Ruby](https://github.com/getsentry/sentry-ruby/issues/2600) |
| 58 | +- [.NET](https://github.com/getsentry/sentry-dotnet/issues/4132) |
| 59 | +- [Dart/Flutter](https://github.com/getsentry/sentry-dart/issues/2915) |
| 60 | +- [Native C/C++](https://github.com/getsentry/sentry-native/issues/1210) |
| 61 | +- [Cocoa (iOS)](https://github.com/getsentry/sentry-cocoa/issues/5122) |
| 62 | +- [Deno](https://github.com/getsentry/sentry-javascript/issues/15988) |
| 63 | +- [Rust](https://github.com/getsentry/sentry-rust/issues/785) |
| 64 | +- [Elixir](https://github.com/getsentry/sentry-elixir/issues/886) |
| 65 | + |
| 66 | +If you don't see your platform listed above, please reach out to us on [GitHub](https://github.com/getsentry/sentry/discussions/86804) or [Discord](https://discord.gg/sentry), we'll get it prioritized! |
0 commit comments