César
César
Hi @boguszpawlowski I'm waiting for those changes to get released in the next contrib version, if the new contrib version is ready later this week then I think we might...
We do not want to export metrics ourselves, though I don't think it's safe to assume that our preferences are shared by every user of this library. Also, I believe...
Hi @jboxx I think each of the tools/environments you mentioned could have a big enough discussion to have its own issue, although I'll try to summarise the status of each...
Hi @Archish27 The current behavior is based on the idea that a session would last for as long as a user is using the app, this makes sense when looking...
Hi @Archish27 Some changes have been made to the way sessions work since this PR was created. I was curious if you think this PR is still needed?
# Proposal ## Description - `OpenTelemetryRumBuilder` gets the bare minimum, low-level setters/adders for it to work. Also, the non-serializable config options from `OtelRumConfig` are moved over to `OpenTelemetruRumBuilder`. - A...
Thanks for your feedback @breedx-splk ! Regarding your comments: > setting the app name should be opt-in, and should serve to override the default app name detector that we have...
> +1 here but I've not used the customizer so I'm not sure of the difference between them tbh. > If it still makes sense, should the add customizer methods...
Thanks for your feedback, @bidetofevil. I think the approach of passing an instance of `OpenTelemetryRumBuilder` to the agent builder could also work. For your example, I'd only remove this line...
Thank you for taking the time, @bidetofevil ! Your example has helped me to get a much clearer idea of what you meant. So to make sure I got it...