Uploading source maps to datadog during build

Curious if anyone out there has successfully uploaded their sourcemaps to datadog from a Netlify build as described here: Upload JavaScript Source Maps

If you’ve done this, could you let us know more about how you did it? Build plugin, or just additional build step in your pipeline?

Did you ever find a solution to this?

The only known ways were already mentioned in the post above:

  • Either use a build plugin
  • Or do the same thing using Shell scripts