Skip to content

Add Unity Context #49

@bruno-garcia

Description

@bruno-garcia

Values that could be part:

Application.stackTraceLogType: Key stackTraceLogType and value should be its value to indicate what's being logged.

i.e:

`@event.Contexts["Unity", new {
"stackTraceLogType": stackTraceLogType
};

There's a lot more context data that Unity surfaces via an API, we need to find out what's useful for troubleshooting and add to events:

image

Move all the Extra stuff into the context:
image

Consider that some inforamation Unity provides already fits our current protocol. For example device.online could be set based on Unity's internetReachability

Spec for protocol types: https://develop.sentry.dev/sdk/event-payloads/contexts/#device-context

Metadata

Metadata

Assignees

Labels

FeatureNew feature or request

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions