From 8a9e681dcbd8d7f3461157df9f9ce29ae7113b56 Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Tue, 30 Jul 2024 10:56:57 +0200 Subject: [PATCH] feat(contexts): Add app start type Add start_type to the app context, which both sentry-java and sentry-cocoa already send. --- src/docs/sdk/event-payloads/contexts.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/docs/sdk/event-payloads/contexts.mdx b/src/docs/sdk/event-payloads/contexts.mdx index 3d6e84840b..147963cb73 100644 --- a/src/docs/sdk/event-payloads/contexts.mdx +++ b/src/docs/sdk/event-payloads/contexts.mdx @@ -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