Skip to content

Commit 85d321e

Browse files
authored
Add Relay - SDK context (#12772)
1 parent 6b0ae01 commit 85d321e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

develop-docs/sdk/processes/basics.mdx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,17 @@ When sending events just substitute `orgXXX.ingest.sentry.io` with `localhost:30
3232
whichever port you ended up chosing. Also note that a local relay will out of the box
3333
be available via HTTP only so don't try to send HTTPS requests there.
3434

35-
## Join us on Discord
36-
37-
You can reach out to Sentry open source contributors and talk with other SDK maintainers on the [Sentry Discord server](https://discord.gg/sentry).
38-
3935
## Consult Existing SDKs
4036

4137
While we're trying to keep the docs up to date about all important things, it's usually
4238
a good idea to refer to already existing Sentry SDKs for input. In particular the
4339
transport design is not part of the documentation but generally quite similar between
4440
SDKs.
41+
42+
## Type out context in Relay
43+
44+
To have a better understanding of various [context](https://develop.sentry.dev/sdk/data-model/event-payloads/contexts/) our SDKs emit, any newly added context should also be typed out in [Relay](https://github.com/getsentry/relay/tree/master/relay-event-schema/src/protocol/contexts).
45+
46+
## Join us on Discord
47+
48+
You can reach out to Sentry open source contributors and talk with other SDK maintainers on the [Sentry Discord server](https://discord.gg/sentry).

0 commit comments

Comments
 (0)