-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from bugsnag/release-v1.1.0
Release v1.1.0
- Loading branch information
Showing
53 changed files
with
1,185 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ labels: '' | |
assignees: '' | ||
|
||
--- | ||
Please checkout our [documentation](https://docs.bugsnag.com/performance/flutter/) for guides, references and tutorials. | ||
Please checkout our [documentation](https://docs.bugsnag.com/performance/integration-guides/flutter/) for guides, references and tutorials. | ||
|
||
If you have questions about your integration please contact us at [[email protected]](mailto:[email protected]). | ||
|
||
Alternatively, view additional options at [support.md](../SUPPORT.md). | ||
Alternatively, view additional options at [support.md](../SUPPORT.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,24 @@ | ||
## Are you having trouble getting started? | ||
If you haven't already, please checkout our [documentation](https://docs.bugsnag.com/performance/integration-guides/flutter/) for guides, references and tutorials. | ||
|
||
If you haven't already, please checkout our [documentation](https://docs.bugsnag.com/performance/flutter/) for guides, references and tutorials. | ||
|
||
Or, if you wish you can [contact us directly](mailto:[email protected]) for assistance on integrating BugSnag into your application, troubleshooting an issue or a question about our supported features. | ||
Or, if you wish you can [contact us directly](mailto:[email protected]) for assistance on integrating Bugsnag into your application, troubleshooting an issue or a question about our supported features. | ||
|
||
When contacting support, please include as much information as necessary, including: | ||
|
||
- example code snippet | ||
- steps to reproduce | ||
- expected/actual behaviour | ||
- expected/actual behaviour | ||
|
||
- BugSnag Performance version: | ||
- BugSnag version (if any): | ||
- Flutter version: | ||
- Flutter-first app or native app with Flutter component(s): | ||
- iOS/Android version: | ||
- Simulator/emulator or physical device: | ||
* Bugsnag Performance library version: | ||
* Bugsnag Error Monitoring library version (if any): | ||
* Flutter version: | ||
* Flutter app or native app with flutter module: | ||
* iOS/Android version: | ||
* Simulator/emulator or physical device: | ||
|
||
## Bug or Feature Requests | ||
|
||
If you would like to raise a bug or feature request please do so by creating a [New Issue](https://github.com/bugsnag/bugsnag-flutter-performance/issues/new/choose) and selecting bug or feature. | ||
Please note: we cannot promise that we will fulfil all requests | ||
|
||
## Pull Requests | ||
|
||
If you have made a fix and would like to raise a pull request, please read our [CONTRIBUTING.md](../CONTRIBUTING.md) file before creating the pull request. | ||
If you have made a fix and would like to raise a pull request, please read our [CONTRIBUTING.md](../CONTRIBUTING.md) file before creating the pull request. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[submodule "packages/bugsnag-flutter-http-client"] | ||
path = packages/bugsnag-flutter-http-client | ||
url = [email protected]:bugsnag/bugsnag-flutter-http-client.git | ||
[submodule "packages/bugsnag-flutter-dart-io-http-client"] | ||
path = packages/bugsnag-flutter-dart-io-http-client | ||
url = [email protected]:bugsnag/bugsnag-flutter-dart-io-http-client.git | ||
[submodule "packages/bugsnag-flutter-common"] | ||
path = packages/bugsnag-flutter-common | ||
url = [email protected]:bugsnag/bugsnag-flutter-common.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,23 @@ | ||
Changelog | ||
========= | ||
|
||
## 1.1.0 (2024-08-14) | ||
|
||
### Enhancements | ||
|
||
* View load instrumentation | ||
[65](https://github.com/bugsnag/bugsnag-flutter-performance/pull/65) | ||
|
||
* Replaced the dependency on `device_info` with the new `device_info_plus` package [72](https://github.com/bugsnag/bugsnag-flutter-performance/pull/72) | ||
|
||
* Auto-inject traceparent headers into HTTP requests [73](https://github.com/bugsnag/bugsnag-flutter-performance/pull/73) | ||
|
||
* Provide the correlation trace ID and span ID through `bugsnag_bridge` for `bugsnag_flutter` to add them to events [74](https://github.com/bugsnag/bugsnag-flutter-performance/pull/74) | ||
|
||
### Bug fixes | ||
|
||
* Fixed FormatException thrown when the data in sampling probability cache file is corrupted [75](https://github.com/bugsnag/bugsnag-flutter-performance/pull/75) | ||
|
||
## 1.0.0 (2024-04-11) | ||
|
||
Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.0.1 | ||
1.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.