Skip to content

Commit fa3f32e

Browse files
authored
docs(metrics): add upcoming SDKs to Metrics getting started page (#15545)
1 parent 8076e6e commit fa3f32e

File tree

1 file changed

+67
-0
lines changed
  • docs/product/explore/metrics/getting-started

1 file changed

+67
-0
lines changed

docs/product/explore/metrics/getting-started/index.mdx

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,73 @@ Minimum SDK version: **2.43.0**
217217
url="/platforms/python/guides/gcp-functions/metrics/"
218218
/>
219219

220+
## Upcoming SDKs
221+
222+
We're actively working on adding Metrics functionality to additional SDKs. Check out these GitHub issues for the latest updates:
223+
224+
225+
- <LinkWithPlatformIcon
226+
platform="php"
227+
label="PHP (incl. Laravel)"
228+
url="https://github.com/getsentry/sentry-php/issues/1966"
229+
/>
230+
231+
- <LinkWithPlatformIcon
232+
platform="ruby"
233+
label="Ruby (incl. Rails)"
234+
url="https://github.com/getsentry/sentry-ruby/issues/2776"
235+
/>
236+
237+
- <LinkWithPlatformIcon
238+
platform="go"
239+
label="Go"
240+
url="https://github.com/getsentry/sentry-go/issues/1136"
241+
/>
242+
243+
- <LinkWithPlatformIcon
244+
platform="java"
245+
label="Java"
246+
url="https://github.com/getsentry/sentry-java/issues/4906"
247+
/>
248+
249+
- <LinkWithPlatformIcon
250+
platform="rust"
251+
label="Rust"
252+
url="https://github.com/getsentry/sentry-rust/issues/938"
253+
/>
254+
255+
- <LinkWithPlatformIcon
256+
platform="dotnet"
257+
label=".NET"
258+
url="https://github.com/getsentry/sentry-dotnet/issues/4741"
259+
/>
260+
261+
- <LinkWithPlatformIcon
262+
platform="react-native"
263+
label="React Native"
264+
url="https://github.com/getsentry/sentry-react-native/issues/5384"
265+
/>
266+
267+
- <LinkWithPlatformIcon
268+
platform="android"
269+
label="Android"
270+
url="https://github.com/getsentry/sentry-java/issues/4906"
271+
/>
272+
273+
- <LinkWithPlatformIcon
274+
platform="apple"
275+
label="Apple"
276+
url="https://github.com/getsentry/sentry-cocoa/issues/6815"
277+
/>
278+
279+
- <LinkWithPlatformIcon
280+
platform="dart.flutter"
281+
label="Flutter"
282+
url="https://github.com/getsentry/sentry-dart/issues/3350"
283+
/>
284+
285+
If you don't see your platform listed above, please reach out to us on [GitHub](https://github.com/getsentry/sentry/discussions/102275) or [Discord](https://discord.gg/sentry), we'll get it prioritized!
286+
220287
## Quick Start Examples
221288

222289
### JavaScript Example

0 commit comments

Comments
 (0)