Skip to content

Commit

Permalink
chore: postrelease 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Joozty committed Nov 7, 2024
1 parent 1f20457 commit cb2ee73
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.1')
await browser.assert.strictEqual(rumScriptFetchSpan.tags['splunk.rumVersion'], '0.19.2')
},
}

0 comments on commit cb2ee73

Please sign in to comment.