Skip to content

Commit 178a34b

Browse files
author
Shannon Anahata
committed
Resolve conflicts by using master versions of explore and releases files in nested sentry location
1 parent f7be87c commit 178a34b

File tree

3 files changed

+543
-0
lines changed

3 files changed

+543
-0
lines changed
Lines changed: 257 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,257 @@
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-beta-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+
- <LinkWithPlatformIcon
16+
platform="javascript.browser"
17+
label="Browser JavaScript"
18+
url="/platforms/javascript/logs/"
19+
/>
20+
- <LinkWithPlatformIcon
21+
platform="javascript.angular"
22+
label="Angular"
23+
url="/platforms/javascript/guides/angular/logs/"
24+
/>
25+
- <LinkWithPlatformIcon
26+
platform="javascript.astro"
27+
label="Astro"
28+
url="/platforms/javascript/guides/astro/logs/"
29+
/>
30+
- <LinkWithPlatformIcon
31+
platform="javascript.aws-lambda"
32+
label="AWS Lambda"
33+
url="/platforms/javascript/guides/aws-lambda/logs/"
34+
/>
35+
- <LinkWithPlatformIcon
36+
platform="javascript.azure-functions"
37+
label="Azure Functions"
38+
url="/platforms/javascript/guides/azure-functions/logs/"
39+
/>
40+
- <LinkWithPlatformIcon
41+
platform="javascript.bun"
42+
label="Bun"
43+
url="/platforms/javascript/guides/bun/logs/"
44+
/>
45+
- <LinkWithPlatformIcon
46+
platform="javascript.cloudflare"
47+
label="Cloudflare"
48+
url="/platforms/javascript/guides/cloudflare/logs/"
49+
/>
50+
- <LinkWithPlatformIcon
51+
platform="javascript.connect"
52+
label="Connect"
53+
url="/platforms/javascript/guides/connect/logs/"
54+
/>
55+
- <LinkWithPlatformIcon
56+
platform="javascript.electron"
57+
label="Electron"
58+
url="/platforms/javascript/guides/electron/logs/"
59+
/>
60+
- <LinkWithPlatformIcon
61+
platform="javascript.ember"
62+
label="Ember"
63+
url="/platforms/javascript/guides/ember/logs/"
64+
/>
65+
- <LinkWithPlatformIcon
66+
platform="javascript.express"
67+
label="Express"
68+
url="/platforms/javascript/guides/express/logs/"
69+
/>
70+
- <LinkWithPlatformIcon
71+
platform="javascript.fastify"
72+
label="Fastify"
73+
url="/platforms/javascript/guides/fastify/logs/"
74+
/>
75+
- <LinkWithPlatformIcon
76+
platform="javascript.gatsby"
77+
label="Gatsby"
78+
url="/platforms/javascript/guides/gatsby/logs/"
79+
/>
80+
- <LinkWithPlatformIcon
81+
platform="javascript.gcp-functions"
82+
label="Google Cloud Functions"
83+
url="/platforms/javascript/guides/gcp-functions/logs/"
84+
/>
85+
- <LinkWithPlatformIcon
86+
platform="javascript.hapi"
87+
label="Hapi"
88+
url="/platforms/javascript/guides/hapi/logs/"
89+
/>
90+
- <LinkWithPlatformIcon
91+
platform="javascript.hono"
92+
label="Hono"
93+
url="/platforms/javascript/guides/hono/logs/"
94+
/>
95+
- <LinkWithPlatformIcon
96+
platform="javascript.koa"
97+
label="Koa"
98+
url="/platforms/javascript/guides/koa/logs/"
99+
/>
100+
- <LinkWithPlatformIcon
101+
platform="javascript.nestjs"
102+
label="Nest.js"
103+
url="/platforms/javascript/guides/nestjs/logs/"
104+
/>
105+
- <LinkWithPlatformIcon
106+
platform="javascript.node"
107+
label="Node.js"
108+
url="/platforms/javascript/guides/node/logs/"
109+
/>
110+
- <LinkWithPlatformIcon
111+
platform="javascript.nextjs"
112+
label="Next.js"
113+
url="/platforms/javascript/guides/nextjs/logs/"
114+
/>
115+
- <LinkWithPlatformIcon
116+
platform="javascript.nuxt"
117+
label="Nuxt"
118+
url="/platforms/javascript/guides/nuxt/logs/"
119+
/>
120+
- <LinkWithPlatformIcon
121+
platform="javascript.react"
122+
label="React"
123+
url="/platforms/javascript/guides/react/logs/"
124+
/>
125+
- <LinkWithPlatformIcon
126+
platform="javascript.react-router"
127+
label="React Router"
128+
url="/platforms/javascript/guides/react-router/logs/"
129+
/>
130+
- <LinkWithPlatformIcon
131+
platform="javascript.remix"
132+
label="Remix"
133+
url="/platforms/javascript/guides/remix/logs/"
134+
/>
135+
- <LinkWithPlatformIcon
136+
platform="javascript.solid"
137+
label="Solid"
138+
url="/platforms/javascript/guides/solid/logs/"
139+
/>
140+
- <LinkWithPlatformIcon
141+
platform="javascript.solidstart"
142+
label="SolidStart"
143+
url="/platforms/javascript/guides/solidstart/logs/"
144+
/>
145+
- <LinkWithPlatformIcon
146+
platform="javascript.svelte"
147+
label="Svelte"
148+
url="/platforms/javascript/guides/svelte/logs/"
149+
/>
150+
- <LinkWithPlatformIcon
151+
platform="javascript.sveltekit"
152+
label="SvelteKit"
153+
url="/platforms/javascript/guides/sveltekit/logs/"
154+
/>
155+
- <LinkWithPlatformIcon
156+
platform="javascript.tanstackstart-react"
157+
label="TanStack Start"
158+
url="/platforms/javascript/guides/tanstackstart-react/logs/"
159+
/>
160+
- <LinkWithPlatformIcon
161+
platform="javascript.vue"
162+
label="Vue"
163+
url="/platforms/javascript/guides/vue/logs/"
164+
/>
165+
- <LinkWithPlatformIcon
166+
platform="javascript.wasm"
167+
label="Wasm"
168+
url="/platforms/javascript/guides/wasm/logs/"
169+
/>
170+
171+
### Java
172+
173+
- <LinkWithPlatformIcon
174+
platform="java"
175+
label="Java"
176+
url="/platforms/java/logs/"
177+
/>
178+
- <LinkWithPlatformIcon
179+
platform="java.spring"
180+
label="Spring"
181+
url="/platforms/java/guides/spring/logs/"
182+
/>
183+
- <LinkWithPlatformIcon
184+
platform="java.spring-boot"
185+
label="Spring Boot"
186+
url="/platforms/java/guides/spring-boot/logs/"
187+
/>
188+
189+
### Mobile
190+
191+
- <LinkWithPlatformIcon
192+
platform="android"
193+
label="Android"
194+
url="/platforms/android/logs/"
195+
/>
196+
- <LinkWithPlatformIcon
197+
platform="dart.flutter"
198+
label="Flutter"
199+
url="/platforms/dart/guides/flutter/logs/"
200+
/>
201+
202+
### Python
203+
204+
- <LinkWithPlatformIcon
205+
platform="python"
206+
label="Python"
207+
url="/platforms/python/logs/"
208+
/>
209+
210+
### Ruby
211+
212+
- <LinkWithPlatformIcon
213+
platform="ruby"
214+
label="Ruby"
215+
url="/platforms/ruby/logs/"
216+
/>
217+
218+
### Go
219+
220+
- <LinkWithPlatformIcon platform="go" label="Go" url="/platforms/go/logs/" />
221+
222+
## Upcoming SDKs
223+
224+
We're actively working on adding Log functionality to additional SDKs. Check out these GitHub issues for the latest updates:
225+
226+
- <LinkWithPlatformIcon
227+
platform="php"
228+
label="PHP"
229+
url="https://github.com/getsentry/sentry-php/issues/1824"
230+
/>
231+
- <LinkWithPlatformIcon
232+
platform="cocoa"
233+
label="Cocoa (iOS)"
234+
url="https://github.com/getsentry/sentry-cocoa/issues/5122"
235+
/>
236+
- <LinkWithPlatformIcon
237+
platform="elixir"
238+
label="Elixir"
239+
url="https://github.com/getsentry/sentry-elixir/issues/886"
240+
/>
241+
- <LinkWithPlatformIcon
242+
platform="react-native"
243+
label="React Native"
244+
url="https://github.com/getsentry/sentry-react-native/issues/4820"
245+
/>
246+
- <LinkWithPlatformIcon
247+
platform="dotnet"
248+
label=".NET"
249+
url="https://github.com/getsentry/sentry-dotnet/issues/4132"
250+
/>
251+
- <LinkWithPlatformIcon
252+
platform="unity"
253+
label="Unity"
254+
url="https://github.com/getsentry/sentry-unity/issues/2172"
255+
/>
256+
257+
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

Comments
 (0)