Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions docs/product/explore/logs/getting-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,16 @@ To set up Sentry Logs, use the links below for supported SDKs. After it's been s
label="Android"
url="/platforms/android/logs/"
/>
- <LinkWithPlatformIcon
platform="apple"
label="Apple"
url="/platforms/apple/logs/"
/>
- <LinkWithPlatformIcon
platform="capacitor"
label="Capacitor"
url="/platforms/javascript/guides/capacitor/logs/"
/>
/>
- <LinkWithPlatformIcon
platform="dart.flutter"
label="Flutter"
Expand All @@ -207,15 +212,11 @@ To set up Sentry Logs, use the links below for supported SDKs. After it's been s
platform="react-native"
label="React Native"
url="/platforms/react-native/logs/"
/>
/>

### PHP

- <LinkWithPlatformIcon
platform="php"
label="PHP"
url="/platforms/php/logs/"
/>
- <LinkWithPlatformIcon platform="php" label="PHP" url="/platforms/php/logs/" />
- <LinkWithPlatformIcon
platform="php.laravel"
label="Laravel"
Expand Down Expand Up @@ -244,7 +245,11 @@ To set up Sentry Logs, use the links below for supported SDKs. After it's been s

### Rust

- <LinkWithPlatformIcon platform="rust" label="Rust" url="/platforms/rust/logs/" />
- <LinkWithPlatformIcon
platform="rust"
label="Rust"
url="/platforms/rust/logs/"
/>

### .NET

Expand Down Expand Up @@ -273,11 +278,6 @@ To set up Sentry Logs, use the links below for supported SDKs. After it's been s

We're actively working on adding Log functionality to additional SDKs. Check out these GitHub issues for the latest updates:

- <LinkWithPlatformIcon
platform="cocoa"
label="Cocoa (iOS)"
url="https://github.com/getsentry/sentry-cocoa/issues/5122"
/>
- <LinkWithPlatformIcon
platform="elixir"
label="Elixir"
Expand Down