Skip to content

Commit

Permalink
updated how the apikey is fetched
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamish-taylor committed May 15, 2024
1 parent c554d0a commit a5399b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raygun.loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
clearInterval(metadata.ping.pingIntervalId);
}

var apiKey = window.Raygun.Options._raygunApiKey;
var apiKey = Raygun.Options._raygunApiKey;

var url = "https://api.raygun.io/ping?apiKey=" + apiKey;
var data = {
Expand Down

0 comments on commit a5399b5

Please sign in to comment.