pnp / pnpcore

The PnP Core SDK is a modern .NET SDK designed to work for Microsoft 365. It provides a unified object model for working with SharePoint Online and Teams which is agnostic to the underlying API's being called
https://aka.ms/pnp/coresdk/docs
MIT License
296 stars 190 forks source link

PnPCore telemetry changing our ingestion endpoint #1508

Closed hazzinator1 closed 5 days ago

hazzinator1 commented 3 weeks ago

Category

Describe the bug

A very strange bug that we've had to liase with Microsoft themselves on. Turns out PnPCore's telemetry was hijacking our ingestion endpoint and making all of our app insights calls route towards you guys'. Below is a transcript from our discussions with them where they debugged it for us:

Steps to reproduce

Reproduction is very difficult here, as it's clearly only been us that's seen it online! However, it does require that DisableTelemetry is false in the PnPCore config.

Expected behavior

We keep using own own app insights telemetry

Environment details (development & target environment)

jansenbe commented 3 weeks ago

@hazzinator1 : weird, not sure if this is an issue in our code but more of an Azure issue. Anyway, feel free to set DisableTelemetry to true in your setup to avoid this.

jansenbe commented 5 days ago

Closing as there's a workaround by disabling PnP Core SDK telemetry