Support `rnx-kit` Serializers with `createSentryMetroSerializer`
metro-serializer-esbuild is an alternative serializer for React Native that uses esbuild, allowing a better tree-shaking of your bundle. This is useful in multiple cases, for example if you use the Font Awesome SVG icons
Unfortunately, it does not work with createSentryMetroSerializer because you need to call createSentryBundleCallback when you provide a custom serializer, which is not done when you use a third party serializer.
@renchap Thank you for opening the issue, I'll label this as feature request and we'll discuss this internally.
I've renamed this issue to track compatibility with both https://microsoft.github.io/rnx-kit/docs/tools/metro-serializer and https://microsoft.github.io/rnx-kit/docs/tools/metro-serializer-esbuild