Skip to content

Commit

Permalink
fix(pillarbox-monitoring): update endpoint url
Browse files Browse the repository at this point in the history
  • Loading branch information
amtins committed Oct 14, 2024
1 parent 4778d43 commit 2b31e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trackers/PillarboxMonitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class PillarboxMonitoring {
platform = 'Web',
schemaVersion = 1,
heartbeatInterval = 30_000,
beaconUrl = 'http://sse-broker-alb-1501344577.eu-central-1.elb.amazonaws.com/api/events'
beaconUrl = 'https://monitoring.pillarbox.ch/api/events'
} = {}) {
/**
* @type {import('video.js/dist/types/player').default}
Expand Down

0 comments on commit 2b31e9b

Please sign in to comment.