- feat: Use hybrid docker/composite action approach (#265) by @andreiborza
After receiving user feedback both on runtime and compatibility issues for 1.10.0
the action has been reworked to use a Docker based approach on Linux runners, mimicking
< 1.9.0
versions, while Mac OS and Windows runners will follow the 1.10.0
approach
of installing @sentry/cli
in the run step.