Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

deps(sentry): bump sentry deps#203

Merged
JonasBa merged 1 commit intogetsentry:mainfrom
sanjaytwisk:main
Oct 30, 2023
Merged

deps(sentry): bump sentry deps#203
JonasBa merged 1 commit intogetsentry:mainfrom
sanjaytwisk:main

Conversation

@sanjaytwisk
Copy link
Copy Markdown
Contributor

Context
I ran into a compiler error when trying to bump @sentry/nextjs to the latest version

Type error: Type 'ProfilingIntegration' is not assignable to type 'Integration'.

By bumping the versions of all @sentry dependencies this repo will be up-to-date with the packages in the monorepo.

- [ ] If you've added code that should be tested, please add tests.

  • Ensure your code lints and the test suite passes.

@Anton-Plagemann
Copy link
Copy Markdown

I'm having the same issue (a similar is also described in #190). A merge would be highly appreciated 🙏 @JonasBa

Type 'ProfilingIntegration' is not assignable to type 'Integration'.
  Types of property 'setupOnce' are incompatible.
    Type '(addGlobalEventProcessor: (callback: import("/home/username/project/node_modules/@sentry/types/types/eventprocessor").EventProcessor) => void, getCurrentHub: () => import("/home/username/project/node_modules/@sentry/types/types/hub").Hub) => void' is not assignable to type '(addGlobalEventProcessor: (callback: import("/home/username/project/node_modules/@sentry/node/node_modules/@sentry/types/types/eventprocessor").EventProcessor) => void, getCurrentHub: () => import("/home/username/project/node_modules/@sentry/node/node_modules/@sentry/types/types/hub").Hub) => void'.
      Types of parameters 'addGlobalEventProcessor' and 'addGlobalEventProcessor' are incompatible.
        Types of parameters 'callback' and 'callback' are incompatible.
          Type 'import("/home/username/project/node_modules/@sentry/types/types/eventprocessor").EventProcessor' is not assignable to type 'import("/home/username/project/node_modules/@sentry/node/node_modules/@sentry/types/types/eventprocessor").EventProcessor'.
            Types of parameters 'event' and 'event' are incompatible.
              Type 'import("/home/username/project/node_modules/@sentry/node/node_modules/@sentry/types/types/event").Event' is not assignable to type 'import("/home/username/project/node_modules/@sentry/types/types/event").Event'.
                Types of property 'debug_meta' are incompatible.
                  Type 'import("/home/username/project/node_modules/@sentry/node/node_modules/@sentry/types/types/debugMeta").DebugMeta | undefined' is not assignable to type 'import("/home/username/project/node_modules/@sentry/types/types/debugMeta").DebugMeta | undefined'.
                    Type 'import("/home/username/project/node_modules/@sentry/node/node_modules/@sentry/types/types/debugMeta").DebugMeta' is not assignable to type 'import("/home/username/project/node_modules/@sentry/types/types/debugMeta").DebugMeta'.
                      Types of property 'images' are incompatible.
                        Type 'import("/home/username/project/node_modules/@sentry/node/node_modules/@sentry/types/types/debugMeta").DebugImage[] | undefined' is not assignable to type 'import("/home/username/project/node_modules/@sentry/types/types/debugMeta").DebugImage[] | undefined'.
                          Type 'import("/home/username/project/node_modules/@sentry/node/node_modules/@sentry/types/types/debugMeta").DebugImage[]' is not assignable to type 'import("/home/username/project/node_modules/@sentry/types/types/debugMeta").DebugImage[]'.
                            Type 'import("/home/username/project/node_modules/@sentry/node/node_modules/@sentry/types/types/debugMeta").DebugImage' is not assignable to type 'import("/home/username/project/node_modules/@sentry/types/types/debugMeta").DebugImage'.
                              Type 'MachoDebugImage' is not assignable to type 'DebugImage'.
                                Type 'MachoDebugImage' is not assignable to type 'SourceMapDebugImage'.
                                  Types of property 'type' are incompatible.
                                    Type '"macho"' is not assignable to type '"sourcemap"'.ts(2322)

@JonasBa JonasBa merged commit eda75e8 into getsentry:main Oct 30, 2023
@JonasBa
Copy link
Copy Markdown
Member

JonasBa commented Oct 30, 2023

@sanjaytwisk thank you. @Anton-Plagemann I'll have this released soon

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants