You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@viniciuslk For getting a better picture of what you attempt to do, could you be a little more specific about what sort of application it is you are working on and what files you would like to upload to New Relic?
But generally speaking no. This GH action uses an API endpoint of New Relic that is very specific about its requirements and allowed parameters. You can find the documentation here or, since this action uses curl under the hood, here.
Usually frameworks generate one large minified JS file for deployment and a sourcemap along with it, if instructed to. But maybe you are using something different?
I have an application that contains many files generated dynamically in
/public/packs/*
, can I send them all at once?The text was updated successfully, but these errors were encountered: