Skip to content

Conversation

@rxlabz
Copy link
Contributor

@rxlabz rxlabz commented Oct 30, 2020

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

complete the Sentry protocol :

  • add classes : Request, DebugMeta, DebugImage,...
  • add SentryException and SentryStacktrace factories
  • add inApp excludes and includes logic

💡 Motivation and Context

https://develop.sentry.dev/sdk/unified-api/

💚 How did you test it?

mostly added tests to exception serialization, factories and precedence

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • All tests passing
  • No breaking changes

🔮 Next steps

- add origin to stackFrame serialization
- fix tests
- fix flutter example
@rxlabz rxlabz marked this pull request as ready for review November 9, 2020 11:48
@rxlabz rxlabz requested a review from bruno-garcia as a code owner November 9, 2020 11:48
import '../stack_trace.dart';
import '../utils.dart';
import '../version.dart';
import 'request.dart';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this not be automatically imported by '../protocol.dart';?

@marandaneto marandaneto merged commit 61271f7 into main Nov 9, 2020
@marandaneto marandaneto deleted the feat/more-protocol branch November 9, 2020 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants