Tommaso Patrizi

Results 7 comments of Tommaso Patrizi

Tried with both: ```` { "name": "aurelia-auth", "path": "../node_modules/aurelia-auth/dist/commonjs", "main": "aurelia-auth" }, ```` and ```` { "name": "aurelia-auth", "path": "../node_modules/aurelia-auth/dist/amd", "main": "aurelia-auth" }, ```` and it builds the app with...

@whatyouhide this is the runtime configuration we have for sentry: ``` config :sentry, dsn: "https://720a295a41be850479e6fc8eed51f841@o4507304654995456.ingest.de.sentry.io/4507390105813072", environment_name: get_env("DEPLOYMENT_ENV"), enable_source_code_context: true, root_source_code_paths: [File.cwd!()], before_send: {IxiCenter.SentryEventFilter, :filter_non_500} ``` I will try to setup...

@whatyouhide here is a repository that triggers the error: https://github.com/tommasop/elixir-boilerplate to make the error appear: ``` curl -H "Authorization: Bearer 123456578" https://yourappdomainname.com/api/login ```

@whatyouhide we are migrating to OTP 27.0 and elixir 1.17.2 we have the dev env already migrated and the error is not present any longer. It is still present in...

@Flo0807 yeah you are right, I just whipped up something with what was already available. Your solutions are both working for me but what I would like is to completely...