You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Local variable values in stack trace (on platforms where this is possible)
34
34
- Send an `environment` on each event. If none was detected or set by the user, `production` should be used.
35
35
36
-
<Linkto="/sdk/features#features">Please see the features page</Link> for descriptions of commonly expected Sentry SDK features.
36
+
Please see the <Linkto="/sdk/expected-features#features">expected features page</Link> for descriptions of commonly Sentry SDK features.
37
37
38
38
## Usage for End-users
39
39
@@ -119,8 +119,7 @@ All segments, including PROJECT_ID, are of type String.
119
119
120
120
Sentry provides the following endpoints:
121
121
122
-
- <Linkto="/sdk/envelopes">/envelope/</Link> for any submission using Envelopes.
123
-
- <Linkto="/sdk/store">/store/</Link> for plain JSON event submission.
122
+
- <Linkto="/sdk/data-model/envelopes">/envelope/</Link> for any submission using Envelopes.
124
123
-[`/minidump/`](https://docs.sentry.io/platforms/native/minidump/) for multipart requests containing Minidumps.
125
124
-[`/unreal/`](https://docs.sentry.io/platforms/unreal/configuration/setup-crashreporter/) for Unreal
126
125
Engine 4 crash reports.
@@ -200,7 +199,7 @@ it’s possible to send these values via the querystring:
200
199
`sentry_timestamp`
201
200
202
201
: The unix timestamp representing the time at which this event was generated.
203
-
*This key is effectively deprecated, and it is ignored on the receiving side. Use the [`sent_at` envelope header](/sdk/envelopes/#envelope-headers) instead.*
202
+
*This key is effectively deprecated, and it is ignored on the receiving side. Use the [`sent_at` envelope header](/sdk/data-model/envelopes/#envelope-headers) instead.*
204
203
205
204
`sentry_secret`
206
205
@@ -333,7 +332,7 @@ server.
333
332
334
333
SDKs are supposed to provide standardized concurrency handling through the
335
334
concept of hubs and scopes. This is explained in more details in the
336
-
<Linkto="/sdk/unified-api#concurrency">Concurrency</Link> chapter of the unified API docs.
335
+
<Linkto="/sdk/miscellaneous/unified-api#concurrency">Concurrency</Link> chapter of the unified API docs.
0 commit comments