Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
6fcd45f
draft
marandaneto Nov 3, 2020
4077a7b
fix conflict
marandaneto Nov 3, 2020
9fd04ba
set staging if not release mode
marandaneto Nov 3, 2020
d748ec4
clean up
marandaneto Nov 3, 2020
84d9559
Update flutter/lib/sentry_flutter.dart
marandaneto Nov 3, 2020
103bded
remove comment
marandaneto Nov 3, 2020
0a999f3
set flutter sdk on options
marandaneto Nov 4, 2020
b6e4967
Merge branch 'main' into feat/flutter-native
marandaneto Nov 4, 2020
319f89d
Merge branch 'feat/flutter-native' of github.com:getsentry/sentry-dar…
marandaneto Nov 4, 2020
d26c716
draft
marandaneto Nov 4, 2020
9b250b3
remove
marandaneto Nov 4, 2020
59f7ea7
fix
marandaneto Nov 4, 2020
9133a3e
init native sdk draft
marandaneto Nov 5, 2020
c96db31
write envelope
marandaneto Nov 5, 2020
1a2c2f3
stack trace fixes
marandaneto Nov 5, 2020
6242992
fixes
marandaneto Nov 6, 2020
eaad8ef
upgrade versions
marandaneto Nov 6, 2020
93517d4
fix
marandaneto Nov 6, 2020
e5aab67
bump android
marandaneto Nov 6, 2020
6d7821d
fix git conflict
marandaneto Nov 10, 2020
f8bd11d
fix tests
marandaneto Nov 10, 2020
3d7055a
fixes
marandaneto Nov 10, 2020
25edde3
fix
marandaneto Nov 10, 2020
81ddf3e
clean up
marandaneto Nov 10, 2020
a16e4a1
ref
marandaneto Nov 10, 2020
d879c50
debug
marandaneto Nov 11, 2020
a860ee3
fix
marandaneto Nov 11, 2020
7562bf4
Merge remote-tracking branch 'origin/main' into feat/flutter-native
rxlabz Nov 12, 2020
1bd8324
post conflict dartformt
rxlabz Nov 12, 2020
27b8ee9
fix import
rxlabz Nov 12, 2020
e48f974
fix: android native integration (#163)
marandaneto Nov 17, 2020
158c963
Fix: Handled mechanism is true and fix samples (#165)
marandaneto Nov 18, 2020
4486897
Fix: Flutter Web does not require a native integration (#166)
marandaneto Nov 18, 2020
0d13722
Tests: unit tests for the native integrations (#167)
marandaneto Nov 19, 2020
8c073bf
Ref: remove lock files (#168)
marandaneto Nov 20, 2020
bcfcc07
Fix: set Dart and Flutter min version (#170)
marandaneto Nov 20, 2020
457435b
Fix: read system variables for mobile too (#169)
marandaneto Nov 20, 2020
b75d9d4
Fix: README on Dart and Flutter SDKs (#171)
marandaneto Nov 20, 2020
c05fcbf
flutter native ios (#161)
rxlabz Nov 20, 2020
e34fd3c
Fix: CHANGELOG for sentry and sentry_flutter (#173)
marandaneto Nov 20, 2020
f8d38d8
Fix: Changelog and READMEs (#174)
marandaneto Nov 20, 2020
07b462c
fix readme
marandaneto Nov 20, 2020
eed57c0
add known limitations section
marandaneto Nov 20, 2020
960946b
remove deadcode
marandaneto Nov 20, 2020
9d4a7c8
Fix: flutter versioniong and its dependency version (#172)
marandaneto Nov 20, 2020
b199361
hack pass CI
marandaneto Nov 20, 2020
f36fb53
fix main.dart example and update readme (#176)
rxlabz Nov 20, 2020
8ea9a69
Ref: create a export file for sentry_flutter (#175)
marandaneto Nov 20, 2020
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
Prev Previous commit
Next Next commit
Fix: CHANGELOG for sentry and sentry_flutter (#173)
  • Loading branch information
marandaneto authored Nov 20, 2020
commit e34fd3cc35648b44e154fbcc9431fc4652f10cf5
28 changes: 18 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
# `package:sentry` and `package:sentry-flutter` changelog
# `package:sentry` and `package:sentry_flutter` changelog

## 4.0.0
- Development
## Next

## 4.0.0-alpha.2

# `package:sentry` changelog
- Enhancement: `Contexts` were added to the `Scope` #154
- Fix: App. would hang if `debug` mode was enabled and refactoring ##157
- Enhancement: Sentry Protocol v7
- Enhancement: Added missing Protocol fields, `Request`, `SentryStackTrace`...) #155
- Feat: Added `attachStackTrace` options to attach stack traces on `captureMessage` calls
- Feat: Flutter SDK has the Native SDKs embedded (Android and Apple) #158

## 4.0.0-alpha.2
### Breaking changes

- feat: add contexts to scope
- feat: add missing protocol classes
- fix: logger method and refactoring little things
- fix: sentry protocol is v7
- feat: add an attachStackTrace options
- `Sentry.init` returns a `Future`
- Dart min. SDK is `2.8.0`
- Flutter min. SDK is `1.17.0`
- Timestamp has millis precision.
- For better groupping, add your own package to the `addInAppInclude` list, e.g. `options.addInAppInclude('sentry_flutter_example');`
- A few classes of the `Protocol` were renamed.

# `package:sentry` changelog

## 4.0.0-alpha.1

Expand Down