Skip to content

Commit

Permalink
Update Bugsnag/Assets/Bugsnag/Editor/SymbolUpload/BugsnagAndroidSymbo…
Browse files Browse the repository at this point in the history
…lUploader.cs

Co-authored-by: Tom Longridge <[email protected]>
  • Loading branch information
richardelms and tomlongridge authored Nov 19, 2024
1 parent 6c9b155 commit acffab7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void OnPostprocessBuild(BuildReport report)
var apiKey = config.ApiKey;
if (string.IsNullOrEmpty(apiKey))
{
UnityEngine.Debug.LogError("Bugsnag symbol upload is enabled but the API key is not set. Please set the API key in the Bugsnag settings window.");
UnityEngine.Debug.LogError("BugSnag symbol upload is enabled but your BugSnag API key is not set. Please set the API key in your BugSnag configuration.");
EditorUtility.ClearProgressBar();
return;
}
Expand Down

0 comments on commit acffab7

Please sign in to comment.