Skip to content

Commit e4524fd

Browse files
authored
Merge pull request #535 from bugsnag/fix-full-ci
fix CI full pipeline
2 parents 8285b38 + e61e5ee commit e4524fd

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.buildkite/browser-pipeline.full.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ steps:
2929
run: browser-maze-runner-bs
3030
use-aliases: true
3131
command:
32-
- --https
3332
- --farm=bs
3433
- --browser={{ matrix }}
3534
artifacts#v1.5.0:

test/browser/features/fixtures/packages/rollup.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export const isCdnBuild = process.env.USE_CDN_BUILD === "1" || process.env.USE_C
1010
const cdnOutputOptions = {
1111
// import BugsnagPerformance from the CDN build
1212
banner: process.env.DEBUG
13-
? 'import BugsnagPerformance from "/bugsnag-performance.js"\n'
14-
: 'import BugsnagPerformance from "/bugsnag-performance.min.js"\n',
13+
? 'import BugsnagPerformance from "/docs/bugsnag-performance.js"\n'
14+
: 'import BugsnagPerformance from "/docs/bugsnag-performance.min.js"\n',
1515
globals: {
1616
'@bugsnag/browser-performance': 'BugsnagPerformance',
1717
'@bugsnag/react-router-performance': 'BugsnagReactRouterPerformance',

test/browser/features/resource-load-spans.feature

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Feature: Resource Load Spans
1515
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.2" double attribute "bugsnag.sampling.p" equals 0.999999
1616

1717
# App bundle
18-
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.0.name" matches the regex "^\[ResourceLoad\]https:\/\/.*:[0-9]{4}\/docs\/resource-load-spans\/dist\/bundle\.js$"
18+
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.0.name" matches the regex "^\[ResourceLoad\]http(s)?:\/\/.*:[0-9]{4}\/docs\/resource-load-spans\/dist\/bundle\.js$"
1919
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.0.parentSpanId" equals the stored value "parent_span_id"
2020
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.0" string attribute "bugsnag.span.category" equals "resource_load"
2121
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.0" string attribute "http.flavor" equals "1.1"
2222
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.0" double attribute "bugsnag.sampling.p" equals 0.999999
2323

2424
# Image
25-
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.1.name" matches the regex "^\[ResourceLoad\]https:\/\/.*:[0-9]{4}\/docs\/favicon.png$"
25+
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.1.name" matches the regex "^\[ResourceLoad\]http(s)?:\/\/.*:[0-9]{4}\/docs\/favicon.png$"
2626
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.1.parentSpanId" equals the stored value "parent_span_id"
2727
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.1" string attribute "bugsnag.span.category" equals "resource_load"
2828
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.1" string attribute "http.url" matches the regex "^http(s)?:\/\/.*:[0-9]{4}\/docs\/favicon\.png\?height=100&width=100$"
@@ -45,20 +45,20 @@ Feature: Resource Load Spans
4545
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.3" double attribute "bugsnag.sampling.p" equals 0.999999
4646

4747
# App bundle
48-
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.0.name" matches the regex "^\[ResourceLoad\]https:\/\/.*:[0-9]{4}\/docs\/resource-load-spans\/dist\/bundle\.js$"
48+
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.0.name" matches the regex "^\[ResourceLoad\]http(s)?:\/\/.*:[0-9]{4}\/docs\/resource-load-spans\/dist\/bundle\.js$"
4949
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.0.parentSpanId" equals the stored value "parent_span_id"
5050
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.0" string attribute "bugsnag.span.category" equals "resource_load"
5151
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.0" string attribute "http.flavor" equals "1.1"
5252
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.0" double attribute "bugsnag.sampling.p" equals 0.999999
5353

5454
# CDN bundle
55-
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.1.name" matches the regex "^\[ResourceLoad\]https:\/\/.*:[0-9]{4}\/bugsnag-performance(?:\.min)?\.js$"
55+
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.1.name" matches the regex "^\[ResourceLoad\]http(s)?:\/\/.*:[0-9]{4}\/docs\/bugsnag-performance(?:\.min)?\.js$"
5656
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.1.parentSpanId" equals the stored value "parent_span_id"
5757
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.1" string attribute "bugsnag.span.category" equals "resource_load"
5858
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.1" double attribute "bugsnag.sampling.p" equals 0.999999
5959

6060
# Image
61-
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.2.name" matches the regex "^\[ResourceLoad\]https:\/\/.*:[0-9]{4}\/docs\/favicon.png$"
61+
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.2.name" matches the regex "^\[ResourceLoad\]http(s)?:\/\/.*:[0-9]{4}\/docs\/favicon.png$"
6262
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.2.parentSpanId" equals the stored value "parent_span_id"
6363
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.2" string attribute "bugsnag.span.category" equals "resource_load"
6464
And the trace payload field "resourceSpans.0.scopeSpans.0.spans.2" string attribute "http.url" matches the regex "^http(s)?:\/\/.*:[0-9]{4}\/docs\/favicon\.png\?height=100&width=100$"

0 commit comments

Comments
 (0)