Skip to content

Commit 0d3b5bf

Browse files
fix(insights): Fix broken getting-started link (#12865)
1 parent f29c6db commit 0d3b5bf

File tree

1 file changed

+106
-0
lines changed

1 file changed

+106
-0
lines changed
Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
---
2+
title: Set Up
3+
sidebar_order: 1
4+
description: "Get started with Sentry's Performance Monitoring, which allows you to see macro-level metrics to micro-level spans, cross-reference transactions with related issues, and customize queries."
5+
---
6+
7+
If you don't already have performance monitoring enabled, use the links for supported SDKs below to quickly set up access to our [Performance Monitoring](/product/performance/) features. Performance Monitoring helps you see everything from macro-level [metrics](/product/performance/metrics/) to micro-level [spans](/concepts/key-terms/tracing/trace-view/#product-walkthrough-trace-view-page), and you'll be able to cross-reference [transactions with related issues](/product/performance/transaction-summary/), customize [queries](/product/explore/discover-queries/query-builder/) based on your personal needs, and substantially more.
8+
9+
## Supported SDKs
10+
11+
- <PlatformLinkWithLogo platform="dotnet" url="/platforms/dotnet/tracing/" />
12+
13+
- [ASP.NET Core](/platforms/dotnet/guides/aspnetcore/tracing/)
14+
- [OpenTelemetry](/platforms/dotnet/tracing/instrumentation/opentelemetry/)
15+
16+
- <PlatformLinkWithLogo platform="go" url="/platforms/go/tracing/" />
17+
18+
- [Echo](/platforms/go/guides/echo/performance/)
19+
- [FastHTTP](/platforms/go/guides/fasthttp/performance/)
20+
- [Fiber](/platforms/go/guides/fiber/performance/)
21+
- [Gin](/platforms/go/guides/gin/performance/)
22+
- [Iris](/platforms/go/guides/iris/performance/)
23+
- [Negroni](/platforms/go/guides/negroni/performance/)
24+
- [net/http](/platforms/go/guides/http/performance/)
25+
- [OpenTelemetry](/platforms/go/performance/instrumentation/opentelemetry/)
26+
27+
- <PlatformLinkWithLogo
28+
platform="java"
29+
label="Java/Kotlin/JVM"
30+
url="/platforms/java/performance/"
31+
/>
32+
33+
- [OpenTelemetry](/platforms/java/tracing/instrumentation/opentelemetry/)
34+
- [Spring](/platforms/java/guides/spring/tracing/)
35+
- [Spring Boot](/platforms/java/guides/spring-boot/tracing/)
36+
37+
- <PlatformLinkWithLogo
38+
platform="javascript"
39+
label="JavaScript"
40+
url="/platforms/javascript/tracing/"
41+
/>
42+
43+
- [Angular](/platforms/javascript/guides/angular/tracing/)
44+
- [Astro](/platforms/javascript/guides/astro/tracing/)
45+
- [AWS Lambda](/platforms/javascript/guides/aws-lambda/tracing/)
46+
- [Azure Functions](/platforms/javascript/guides/azure-functions/tracing/)
47+
- [Bun](/platforms/javascript/guides/bun/tracing/)
48+
- [Connect](/platforms/javascript/guides/connect/tracing/)
49+
- [Deno](/platforms/javascript/guides/deno/tracing/)
50+
- [Electron](/platforms/javascript/guides/electron/tracing/)
51+
- [Ember](/platforms/javascript/guides/ember/tracing/)
52+
- [Express](/platforms/javascript/guides/express/tracing/)
53+
- [Fastify](/platforms/javascript/guides/fastify/tracing/)
54+
- [Gatsby](/platforms/javascript/guides/gatsby/tracing/)
55+
- [Google Cloud Functions](/platforms/javascript/guides/gcp-functions/tracing/)
56+
- [Hapi](/platforms/javascript/guides/hapi/tracing/)
57+
- [Hono](/platforms/javascript/guides/hono/tracing/)
58+
- [Koa](/platforms/javascript/guides/koa/tracing/)
59+
- [Nest.js](/platforms/javascript/guides/nestjs/tracing/)
60+
- [Next.js](/platforms/javascript/guides/nextjs/tracing/)
61+
- [Node.js](/platforms/javascript/guides/node/tracing/)
62+
- [OpenTelemetry](/platforms/javascript/guides/node/tracing/instrumentation/opentelemetry/)
63+
- [React](/platforms/javascript/guides/react/tracing/)
64+
- [Remix](/platforms/javascript/guides/remix/tracing/)
65+
- [Solid](/platforms/javascript/guides/solid/tracing/)
66+
- [Svelte](/platforms/javascript/guides/svelte/tracing/)
67+
- [SvelteKit](/platforms/javascript/guides/sveltekit/tracing/)
68+
- [Vue](/platforms/javascript/guides/vue/tracing/)
69+
70+
- <PlatformLinkWithLogo platform="android" url="/platforms/android/tracing/" />
71+
72+
- <PlatformLinkWithLogo
73+
platform="react-native"
74+
url="/platforms/react-native/tracing/"
75+
/>
76+
77+
- <PlatformLinkWithLogo
78+
platform="apple"
79+
label="iOS"
80+
url="/platforms/apple/guides/ios/tracing/"
81+
/>
82+
83+
- <PlatformLinkWithLogo platform="flutter" url="/platforms/flutter/tracing/" />
84+
85+
- <PlatformLinkWithLogo platform="native" url="/platforms/native/tracing/" />
86+
87+
- <PlatformLinkWithLogo platform="python" url="/platforms/python/tracing/" />
88+
89+
- [OpenTelemetry](/platforms/python/tracing/instrumentation/opentelemetry/)
90+
91+
- <PlatformLinkWithLogo platform="php" url="/platforms/php/tracing/" />
92+
93+
- [Laravel](/platforms/php/guides/laravel/tracing/)
94+
- [Symfony](/platforms/php/guides/symfony/tracing/)
95+
96+
- <PlatformLinkWithLogo platform="ruby" url="/platforms/ruby/tracing/" />
97+
98+
- [DelayedJob](/platforms/ruby/guides/delayed_job/tracing/)
99+
- [OpenTelemetry](/platforms/ruby/tracing/instrumentation/opentelemetry/)
100+
- [Rails](/platforms/ruby/guides/rails/tracing/)
101+
- [Resque](/platforms/ruby/guides/resque/tracing/)
102+
- [Sidekiq](/platforms/ruby/guides/sidekiq/tracing/)
103+
104+
- <PlatformLinkWithLogo platform="rust" url="/platforms/rust/tracing/" />
105+
106+
- <PlatformLinkWithLogo platform="unity" url="/platforms/unity/tracing/" />

0 commit comments

Comments
 (0)