Skip to content

Commit

Permalink
chore(postrelease): v0.19.3 (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joozty authored Nov 12, 2024
1 parent caa98cd commit d963222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/integration-tests/tests/cdn/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ module.exports = {

const cdnUrl = 'https://cdn.signalfx.com/o11y-gdi-rum/latest/splunk-otel-web.js'
await browser.assert.strictEqual(rumScriptFetchSpan.tags['http.url'], cdnUrl)
await browser.assert.strictEqual(rumScriptFetchSpan.tags['splunk.rumVersion'], '0.19.2')
await browser.assert.strictEqual(rumScriptFetchSpan.tags['splunk.rumVersion'], '0.19.3')
},
}

0 comments on commit d963222

Please sign in to comment.