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
Copy file name to clipboardExpand all lines: develop-docs/sdk/processes/basics.mdx
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,17 @@ When sending events just substitute `orgXXX.ingest.sentry.io` with `localhost:30
32
32
whichever port you ended up chosing. Also note that a local relay will out of the box
33
33
be available via HTTP only so don't try to send HTTPS requests there.
34
34
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
-
39
35
## Consult Existing SDKs
40
36
41
37
While we're trying to keep the docs up to date about all important things, it's usually
42
38
a good idea to refer to already existing Sentry SDKs for input. In particular the
43
39
transport design is not part of the documentation but generally quite similar between
44
40
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