Skip to content

Commit 33ee3bf

Browse files
authored
Merge pull request #102 from bugsnag/releases/v1.4.1
Release v1.4.1
2 parents d39d28b + 83810d3 commit 33ee3bf

File tree

13 files changed

+59
-41
lines changed

13 files changed

+59
-41
lines changed

.github/ISSUE_TEMPLATE/A.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
name: Having trouble getting started?
3-
about: Please contact us at [email protected] for assistance with integrating Bugsnag
3+
about: Please contact us at [email protected] for assistance with integrating BugSnag
44
into your application.
55
title: ''
66
labels: ''
77
assignees: ''
88

99
---
10-
Please checkout our [documentation](https://docs.bugsnag.com/performance/integration-guides/flutter/) for guides, references and tutorials.
10+
Please check out our [documentation](https://docs.bugsnag.com/performance/integration-guides/flutter/) for guides, references and tutorials.
1111

12-
If you have questions about your integration please contact us at [[email protected]](mailto:[email protected]).
12+
If you have questions about your integration, please contact us at [[email protected]](mailto:[email protected]).
1313

14-
Alternatively, view additional options at [support.md](../SUPPORT.md).
14+
Alternatively, view additional options at [SUPPORT.md](../SUPPORT.md).

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ assignees: ''
77

88
---
99

10-
<!-- Before raising, please check if somebody else has already reported your issue. -->
10+
<!-- Before raising, please check whether somebody else has already reported your issue. -->
1111

1212
### Describe the bug
1313
A clear and concise description of what the bug is.
@@ -19,8 +19,8 @@ A clear and concise description of what the bug is.
1919
4. See error
2020

2121
### Environment
22-
* Bugsnag Performance library version:
23-
* Bugsnag Error Monitoring library version (if any):
22+
* BugSnag Performance library version:
23+
* BugSnag Error Monitoring library version (if any):
2424
* Flutter version:
2525
* Flutter app or native app with flutter module:
2626
* iOS/Android version:

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ assignees: ''
77

88
---
99

10-
<!-- Before creating, please check if somebody else has already reported your feature request. -->
10+
<!-- Before creating, please check whether somebody else has already reported your feature request. -->
1111

1212
### Description
1313
<!-- Is your feature request related to a problem? Please describe.

.github/SUPPORT.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## Are you having trouble getting started?
2+
If you haven't already, please check out our [documentation](https://docs.bugsnag.com/performance/integration-guides/flutter/) for guides, references and tutorials.
3+
4+
Or, if you wish, you can [contact us directly](mailto:[email protected]) for assistance on integrating BugSnag into your application, troubleshooting an issue, or if you have a question about our supported features.
5+
6+
When contacting support, please include as much information as necessary, including:
7+
8+
- example code snippet
9+
- steps to reproduce
10+
- expected/actual behaviour
11+
12+
* BugSnag Performance library version:
13+
* BugSnag Error Monitoring library version (if any):
14+
* Flutter version:
15+
* Flutter app or native app with flutter module:
16+
* iOS/Android version:
17+
* Simulator/emulator or physical device:
18+
19+
## Bug or Feature Requests
20+
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.
21+
Please note: we cannot promise that we will fulfil all requests
22+
23+
## Pull Requests
24+
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.

.github/support.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
## 1.4.1 (2025-04-07)
5+
6+
### Changes
7+
8+
* Relaxed the device_info_plus dep to allow any version between 9.1.0 and 12.0.0 [100](https://github.com/bugsnag/bugsnag-flutter-performance/pull/100)
9+
410
## 1.4.0 (2025-01-17)
511

612
### Changes

SECURITY.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
| Version | Supported |
6+
| ------- | --------------------- |
7+
| 1.x | Yes |
8+
9+
## Reporting a Vulnerability
10+
11+
If you find a vulnerability in this SDK, please report it to our [Support Team](mailto:[email protected]) for review.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
1.4.1

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ services:
2222
BUILDKITE_STEP_KEY:
2323
BUILDKITE_ANALYTICS_TOKEN:
2424
MAZE_BUGSNAG_API_KEY:
25+
MAZE_APPIUM_BUGSNAG_API_KEY:
2526
MAZE_REPEATER_API_KEY:
2627
MAZE_NO_FAIL_FAST:
2728
ports:

features/scripts/generate_fixture.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ $FLUTTER_BIN pub add --directory="$FIXTURE_LOCATION" path_provider
5353

5454
$FLUTTER_BIN pub add --directory="$FIXTURE_LOCATION" http
5555

56-
$FLUTTER_BIN pub add --directory="$FIXTURE_LOCATION" native_flutter_proxy
57-
56+
$FLUTTER_BIN pub add --directory="$FIXTURE_LOCATION" "native_flutter_proxy:0.1.15"
5857
#$FLUTTER_BIN pub add --directory="$FIXTURE_LOCATION" "bugsnag_http_client:{'path':'$HTTP_WRAPPER_PACKAGE_PATH'}"
5958
#$FLUTTER_BIN pub add --directory="$FIXTURE_LOCATION" "bugsnag_flutter_dart_io_http_client:{'path':'$DART_IO_WRAPPER_PACKAGE_PATH'}"
6059

0 commit comments

Comments
 (0)