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
Implement integration tests for NativeSDK to cover areas not accessible through unit tests and to verify basic functionality of sentry-native integration.
The text was updated successfully, but these errors were encountered:
This PR implements:
- `SentryEvent` objects, which can be used to create or modify an event, and a native implementation.
- `NativeEvent` class -- implementation used with `NativeSDK`
- Add `SentrySDK.capture_event(event)`, `SentrySDK.create_event()` methods.
- Unit tests for the `SentryEvent` class and SDK methods.
Dependency for:
- GH-47
- GH-46
Implement integration tests for NativeSDK to cover areas not accessible through unit tests and to verify basic functionality of
sentry-native
integration.The text was updated successfully, but these errors were encountered: