bugsnag / bugsnag-cli

CLI for uploading symbol files and creating releases on your BugSnag dashboard
https://docs.bugsnag.com/build-integrations/bugsnag-cli/
MIT License
3 stars 1 forks source link

Add multiple JS file upload #119

Closed JamesLindsay0 closed 3 months ago

JamesLindsay0 commented 3 months ago

Goal

Support uploading multiple source map files at the same time.

Design

The base URL is the same as the old CLI. The path relative to the directory specified is used (matching the old behaviour).

Testing

A test to check that the URL is properly formatted.