Sebastian Kreft
Sebastian Kreft
@grant Below is the config helper we are using in our codebase, with some comments to clarify what each config means. Note that it's not necessary to explicitly add the...
@aabmass the [Getting Started guide](https://github.com/open-telemetry/opentelemetry-js#plugins) says: > OpenTelemetry can collect tracing data automatically using plugins. Vendors/Users can also create and use their own. Currently, OpenTelemetry supports automatic tracing for:
Any progress on this? One issue we have been experiencing is that some spans are sent after the functions ends, which trigger an error, because resources are not available after...
In case anyones is looking for standalone types, I ended up using the fork https://github.com/sbdchd/django-types
@highlycaffeinated Do you still have plans on taking over this library? Maybe a better long-term option would be for Mailgun to publish an OpenAPI/Swagger spec. In that way we could...
@highlycaffeinated any ETA for this? You may want to calrify the current state of the project in the README. As currently [it says](https://github.com/highlycaffeinated/mailgun-js#maintenance-notice): > This library is no longer maintained.
We are seeing the same issue when trying to limit our codebase to 80 characters (so side by side PR comparison on Github are easier to read). There's this open...
@codebycliff any chance of merging this?
@Kludex @tiangolo is there any chance this PR could be reviewed? I did review the code myself and it looks good and tested. Some others have also spent the time...
@grayside sorry my bad, this is a Firebase Function, which is just a wrapper around Google Cloud functions. I updated the issue to reflect this.