-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
chore(logs): update SDK onboarding pages #104234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
3bb930f
04ff44a
9ddd0bd
ad62efe
f2ce4ed
eebb1ca
4308906
97c8487
f3c1a29
b9a911e
c34b024
9d23394
cb6048d
aa12c66
de53264
85eb3cc
fa39a8f
289c696
0b0d848
8b6daca
c4e7597
a251b1f
32eadef
7c0b26e
4d70c3f
b3793e1
f2e17b7
7ac8cf6
4946d21
539a83f
67dff7a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -304,7 +304,18 @@ export const withLoggingOnboarding: Set<PlatformKey> = new Set([ | |
| 'apple-ios', | ||
| 'apple-macos', | ||
| 'bun', | ||
| 'cocoa-objc', | ||
| 'cocoa-swift', | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Missing docs for platforms added to withLoggingOnboardingMedium Severity
|
||
| 'dart', | ||
| 'dotnet', | ||
| 'dotnet-aspnet', | ||
| 'dotnet-aspnetcore', | ||
| 'dotnet-awslambda', | ||
| 'dotnet-gcpfunctions', | ||
| 'dotnet-maui', | ||
| 'dotnet-winforms', | ||
| 'dotnet-wpf', | ||
| 'dotnet-xamarin', | ||
| 'flutter', | ||
| 'go', | ||
| 'go-echo', | ||
|
|
@@ -315,6 +326,7 @@ export const withLoggingOnboarding: Set<PlatformKey> = new Set([ | |
| 'go-iris', | ||
| 'go-martini', | ||
| 'go-negroni', | ||
| 'godot', | ||
| 'java', | ||
| 'java-log4j2', | ||
| 'java-logback', | ||
|
|
@@ -336,6 +348,7 @@ export const withLoggingOnboarding: Set<PlatformKey> = new Set([ | |
| 'javascript-sveltekit', | ||
| 'javascript-tanstackstart-react', | ||
| 'javascript-vue', | ||
| 'native', | ||
| 'node', | ||
| 'node-azurefunctions', | ||
| 'node-connect', | ||
|
|
@@ -350,6 +363,7 @@ export const withLoggingOnboarding: Set<PlatformKey> = new Set([ | |
| 'node-nestjs', | ||
| 'php', | ||
| 'php-laravel', | ||
| 'php-symfony', | ||
| 'python', | ||
| 'python-aiohttp', | ||
| 'python-asgi', | ||
|
|
@@ -376,6 +390,8 @@ export const withLoggingOnboarding: Set<PlatformKey> = new Set([ | |
| 'ruby-rack', | ||
| 'ruby-rails', | ||
| 'rust', | ||
| 'unity', | ||
| 'unreal', | ||
| ]); | ||
|
|
||
| // List of platforms that do not have logging support. We make use of this list in the product to not provide any Logging | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.