Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
feat(contexts): Add app start type (#1342)
Browse files Browse the repository at this point in the history
Add start_type to the app context, which both sentry-java
and sentry-cocoa already send.
  • Loading branch information
philipphofmann authored Jul 30, 2024
1 parent 9d60fcb commit 5d9181a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/docs/sdk/event-payloads/contexts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,10 @@ If a platform doesn't provide capabilities to identify whether a permission has

: _Optional_. A list of visible UI screens at the current point in time.

`start_type`

: _Optional_. The way the OS started the app. For example, `cold`, `warm`, `cold.prewarmed`, or `warm.prewarmed`.

## Browser Context

Browser context carries information about the browser or user agent for
Expand Down

0 comments on commit 5d9181a

Please sign in to comment.