serverless-sentry-plugin icon indicating copy to clipboard operation
serverless-sentry-plugin copied to clipboard

replace String with JSON.stringify

Open fancywriter opened this issue 3 years ago • 1 comments

This is clearly a bug, because when I have value of sourceMaps in my config like

sourceMaps:
  urlPrefix: /var/task

It's serialized like [object Object] and that's what I see on environment variable in lambda configuration. I am not sure what this variables is needed for (is it needed at all?), but definitely it shouldn't look like that.

Could it be that for other cases here we should replace String(...) with JSON.stringify(...)?

image

fancywriter avatar Jun 29 '22 12:06 fancywriter

@arabold hey! did you have a chance to review it? perhaps it makes sense to add JSON.stringify() in other places too?

fancywriter avatar Aug 31 '22 11:08 fancywriter