Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is there an way to send all files? #1

Open
viniciuslk opened this issue Sep 26, 2023 · 1 comment
Open

is there an way to send all files? #1

viniciuslk opened this issue Sep 26, 2023 · 1 comment

Comments

@viniciuslk
Copy link

I have an application that contains many files generated dynamically in /public/packs/*, can I send them all at once?

@frncsdrk
Copy link
Contributor

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants