GithubHelp home page GithubHelp logo

nestjs 10 support about nestjs-sentry HOT 5 OPEN

dalepo avatar dalepo commented on July 30, 2024 16
nestjs 10 support

from nestjs-sentry.

Comments (5)

liranasia avatar liranasia commented on July 30, 2024 2

also waiting for support, had to bump versions and now not working with nestjs/common version 10

from nestjs-sentry.

Kolahzary avatar Kolahzary commented on July 30, 2024 1

Currently @ntegral/nestjs-sentry is our only dependency which doesn't support nest 10:

image

from nestjs-sentry.

appinteractive avatar appinteractive commented on July 30, 2024

hey @dalepo any luck? It was working initially and now suddenly stopped working with v10.

@ntegral do you have some time looking into that?

I do get a bunch of GraphQLError`s with this module now, it complains about all schema entries:

GraphQLError: Input Object type UpdateUserInput must define one or more fields.
      at SchemaValidationContext.reportError (/Users/*/projects/nofapi/api/node_modules/graphql/type/validate.js:73:7)
      at validateInputFields (/Users/*/projects/nofapi/api/node_modules/graphql/type/validate.js:532:13)
      at validateTypes (/Users/*/projects/nofapi/api/node_modules/graphql/type/validate.js:260:7)
      at validateSchema (/Users/*/projects/nofapi/api/node_modules/graphql/type/validate.js:43:3)
      at graphqlImpl (/Users/*/projects/nofapi/api/node_modules/graphql/graphql.js:60:63)
      at /Users/*/projects/nofapi/api/node_modules/graphql/graphql.js:23:43
      at new Promise (<anonymous>)
      at graphql (/Users/*/projects/nofapi/api/node_modules/graphql/graphql.js:23:10)
      at GraphQLSchemaFactory.create (/Users/*/projects/nofapi/api/node_modules/@nestjs/graphql/dist/schema-builder/graphql-schema.factory.js:50:65)
      at GraphQLSchemaBuilder.generateSchema (/Users/*/projects/nofapi/api/node_modules/@nestjs/graphql/dist/graphql-schema.builder.js:35:52)
      at GraphQLSchemaBuilder.build (/Users/*/projects/nofapi/api/node_modules/@nestjs/graphql/dist/graphql-schema.builder.js:22:31)
      at GraphQLFactory.generateSchema (/Users/*/projects/nofapi/api/node_modules/@nestjs/graphql/dist/graphql.factory.js:27:69)
      at ApolloDriver.generateSchema (/Users/*/projects/nofapi/api/node_modules/@nestjs/graphql/dist/drivers/abstract-graphql.driver.js:23:36)
      at GraphQLModule.onModuleInit (/Users/*/projects/nofapi/api/node_modules/@nestjs/graphql/dist/graphql.module.js:109:54)
      at callModuleInitHook (/Users/*/projects/nofapi/api/node_modules/@nestjs/core/hooks/on-module-init.hook.js:51:9)
      at NestApplication.callInitHook (/Users/*/projects/nofapi/api/node_modules/@nestjs/core/nest-application-context.js:223:13) {
    path: undefined,
    locations: undefined,
    extensions: [Object: null prototype] {}

from nestjs-sentry.

appinteractive avatar appinteractive commented on July 30, 2024

hey @liranasia for me it was the missing cli plugin support when using swc with nest 10. I needed to add @field to every entity, arg, input properties and now it works.

from nestjs-sentry.

alumni avatar alumni commented on July 30, 2024

This should be fixed now.

However, I strongly recommend switching to @travelerdev/nestjs-sentry since it has a better architecture (graphql separation) and other other fixes.

from nestjs-sentry.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.