Skip to content

Commit 0efb021

Browse files
Merge pull request #110 from bugsnag/release-v1.5.0
Release v1.5.0
2 parents 33ee3bf + a694272 commit 0efb021

17 files changed

+116
-10
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
agents:
2-
queue: macos-14
2+
queue: macos-15
33

44
steps:
55

@@ -23,8 +23,6 @@ steps:
2323
- label: Build iOS Test Fixture
2424
key: "ios-fixture-3-10-0"
2525
timeout_in_minutes: 20
26-
agents:
27-
queue: macos-14
2826
env:
2927
FLUTTER_VERSION: "3.19.0"
3028
commands:

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.5.0 (2025-07-17)
5+
6+
### Changes
7+
8+
* Set default endpoints based on API key [#107](https://github.com/bugsnag/bugsnag-flutter-performance/pull/107)
9+
410
## 1.4.1 (2025-04-07)
511

612
### Changes

VERSION

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

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ services:
2424
MAZE_BUGSNAG_API_KEY:
2525
MAZE_APPIUM_BUGSNAG_API_KEY:
2626
MAZE_REPEATER_API_KEY:
27+
MAZE_HUB_REPEATER_API_KEY:
2728
MAZE_NO_FAIL_FAST:
2829
ports:
2930
- "9000-9499:9339"

features/automatic_spans.feature

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Feature: Automatic instrumentation spans
22

3+
Background:
4+
Given I clear the Bugsnag cache
5+
36
Scenario: AutoInstrumentAppStartsScenario
47
Given I run "AutoInstrumentAppStartsScenario"
58
And I wait for 4 spans

features/configuration.feature

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Feature: Configuration overrides
22

3+
Background:
4+
Given I clear the Bugsnag cache
5+
36
Scenario: Setting fixed sampling probability of 1 with dynamic probability of 0 should send all spans
47
Given I set the sampling probability for the next traces to "0"
58
And I enter unmanaged traces mode

features/correlation.feature

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Feature: Error correlation
22

3+
Background:
4+
Given I clear the Bugsnag cache
5+
36
Scenario: CorrelationSimpleScenario
47
When I run "CorrelationSimpleScenario"
58
* I wait to receive an error

features/initial-p-value.feature

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Feature: Initial P values
22

3+
Background:
4+
Given I clear the Bugsnag cache
5+
36
Scenario: Initial P value of 0
47
Given I set the sampling probability for the next traces to "0"
58
And I run "InitialPScenario"

features/manual_span.feature

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Feature: Manual Spans
22

3+
Background:
4+
Given I clear the Bugsnag cache
5+
36
Scenario: Manual Span
47
When I run "ManualSpanScenario"
58
And I wait for 1 span

features/nested_spans.feature

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Feature: Nested Spans
22

3+
Background:
4+
Given I clear the Bugsnag cache
5+
36
Scenario: Simple Nested Span
47
When I run "SimpleNestedSpanScenario"
58
* I wait for 2 spans

0 commit comments

Comments
 (0)