Harry Collard
Harry Collard
These two functions throw AddrFormatError exceptions if you pass an empty string. Does it not make a lot more sense to just return false? An empty string is not a...
It would be useful to be able to use a ByteBuffer rather than a byte[] to read data from. When using ByteBuffer.allocateDirect there is no underlying byte[] to access and...
Has anyone tried to compile this using GraalVM to make a static binary? For calling from bindings such as python this would massively improve startup times and reduce the need...
Currently the documentation specifies the use of DAY timestamp partitioning on the table schema but is missing another optimisation of using bigquery clustering columns on the metricname field. Given queries...
(While submitting an issue briefly describe the problem you are facing or a new feature you would want to see added) The tags column is stored as a JSON object...
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.32.0 ### Steps to Reproduce * Use pyright * Import from opentelemetry package: ``` from sentry_sdk.integrations.opentelemetry import SentryPropagator, SentrySpanProcessor...