Luca Repetti

Results 9 comments of Luca Repetti

> What do we need to do in order to get this approved and merged? Tagging randomly and asking a review to @Kludex @dmontagu? I have 2 PRs opened for...

> A small note > > > since dictionaries elements are not ordered. > > This changed several python versions ago, dictionary elements are now in insertion order Thank you...

> maybe nice to have the option to use the original ordering? or to specify order? I was thinking that alphabetical order in each parameter group is a better default...

Very exciting! And super congratulations for this project 👏 A few possible points of improvements are below! ## Response customization More docs / customization on the response should be supported...

> I was considering just Swagger integration but this is much better. However, I do have one question: Do people only use this in dev mode and not in prod?...

I solved this by editing the shell used by Lens by using my main shell (fish). (The option is set in Preferences->Terminal)

I am experiencing a similar problem. Environment: - Sentry: 7.74.0 - Node: 20.10 To reproduce, I am capturing exceptions by passing the exception to a higher-level middleware, and doing: ```...

@AbhiPrasad I am using CJS. Also, Sentry.init is like this ``` sentry.init({ environment: "myEnvironment", includeLocalVariables: true, normalizeDepth: 5, maxValueLength: 2000, integrations: [ new RewriteFrames({ root: path.resolve("./dist") }), new ExtraErrorData({ depth:...

I already checked with `debug: true`, the issue is not the rate-limiting :( . I will try to add a test-case in the integration tests, thank you for the context...