ntegral/nestjs-sentry

How can we disable "Info" messages by default?

Opened this issue · 2 comments

I am seeing a lot if not-needed info messages in Sentry:

@ntegral/nestjs-sentry: Nest application successfully started

How can this be disabled?

I tried configuring both level as well as logLevel but they seem not to change anything.

Can also confirm that logLevels: ['error'], doesn't do anything either.

Tried this with no luck:

logLevels: [
  Severity.Fatal,
  Severity.Critical,
  Severity.Error,
  Severity.Warning,
] as LogLevel[]

Looks like I'll have to go this route for now:
#42 (comment)