Robert Parcus
Robert Parcus
I encountered this error when running `yarn test` in https://serverless-stack.com/chapters/unit-tests-in-serverless.html Solved it by changing the script in package.json to ```json "scripts": { "test": "jest --env=node" }, ```
Hi, I'm taking a look at this project as a means to learn more about the topic. I thought about running dialyzer to see what it would find. Why are...
We noticed that `:inet.gethostname()` is not sending fully qualified domain names to datadog. A simple fix would be to use `:net_adm.localhost()` and the `--name` option. ``` iex([email protected])3> :inet.gethostname() {:ok, 'corp-7220'}...
**Is your feature request related to a problem? Please describe.** Using LaunchDarkly in certain code paths that are deep in the call stack can easily starve the events buffer and...
Hi, I'd like to propose a small change to how we handle tool call errors. Currently if a tool callback raises or returns an `{:error, message}`, the tool message result...
Quick question: Why do we make `:timeout` as a non retryable error response? Req considers it a transient error:
Fixes https://github.com/open-telemetry/opentelemetry-erlang-contrib/issues/327
Adds a `batch_timeout` option to event handlers.