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

Support Metro plugins with createSentryMetroSerializer #3797

Closed
Waltari10 opened this issue May 3, 2024 · 1 comment
Closed

Support Metro plugins with createSentryMetroSerializer #3797

Waltari10 opened this issue May 3, 2024 · 1 comment

Comments

@Waltari10
Copy link

Feature Request for React Native Metro bundler with createSentryMetroSerializer.

Previously our projects metro.config.js was defined like this:

const config = {
  serializer: {
    customSerializer: MetroSerializer([
      CyclicDependencies({
        includeNodeModules: false,
        linesOfContext: 1,
        throwOnError: true,
      }),
    ]),
  },

We would like to start using createSentryMetroSerializer, but it seems there is no way to use it with the CyclicDependency plugin.

Is this the case or am I just unable to figure out how to do it?

@krystofwoldrich
Copy link
Member

@Waltari10 Thank you for the message, we are already tracking this as a feature in #3748

I'll close this as duplicate of #3748

@krystofwoldrich krystofwoldrich closed this as not planned Won't fix, can't repro, duplicate, stale May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Archived in project
Archived in project
Development

No branches or pull requests

3 participants