Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Unreleased

- Enable compatibility with uuid v4 ([#xxx](https://github.com/getsentry/sentry-dart/pull/xxx))

## 7.10.1

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
http: '>=0.13.0 <2.0.0'
meta: ^1.3.0
stack_trace: ^1.10.0
uuid: ^3.0.0
uuid: '>=3.0.0 <5.0.0'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

As far as I can tell, Sentry is not using any of the breaking changes, so we can keep supporting v3 while simultaneously supporting v4.


dev_dependencies:
mockito: ^5.1.0
Expand Down