Skip to content

Commit

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

Co-authored-by: Tom Longridge <[email protected]>
  • Loading branch information
richardelms and tomlongridge authored Nov 21, 2024
1 parent 65f2061 commit 8390360
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void OnPostprocessBuild(BuildReport report)
return;
}

UnityEngine.Debug.Log("Starting Bugsnag symbol upload...");
UnityEngine.Debug.Log($"Starting BugSnag symbol upload for {report.summary.platform}...");

string cliPath = GetBugsnagCLIPath(config);
if (string.IsNullOrEmpty(cliPath))
Expand Down

0 comments on commit 8390360

Please sign in to comment.