Kryštof Matějka
Kryštof Matějka
Hello, I have following issuse with make: ``` make -C lib make[1]: Entering directory '/home/ubuntu/Downloads/piimg-master/lib' cc -fPIC -c -o partition.o partition.c cc -fPIC -c -o fstr.o fstr.c cc -fPIC -c...
temporarily published to interactive_webview_null_safety package
**Description/Screenshot** I have copied example 3 from the [documentation](https://learn.microsoft.com/en-us/azure/azure-monitor/app/javascript-feature-extensions?tabs=npmpackage#example-3), but `parentId` attribute is `not_specified`.   **Steps to reproduce** - go to playground https://codepen.io/krystof-matejka/pen/LYoYBQw - replace `connectionString` on line 21...
**Is your feature request related to a problem? Please describe.** If you have APP 2 as a part of APP 1, there isn't any possibility of collecting clickanalytics events only...
**Description/Screenshot** If element contains `id` or `data-id` attribute, result of `contentName` callback is ignored Example: ``` const clickPluginConfig = { autoCapture: true, callback: { contentName: (element: HTMLElement) => { return...
**Description/Screenshot** [Documentation](https://learn.microsoft.com/en-us/azure/azure-monitor/app/javascript-sdk-configuration) for `disableCorrelationHeaders` attribute says > If false, the SDK adds two headers ('Request-Id' and 'Request-Context') to all dependency requests to correlate them with corresponding requests on the server...
## Previous Behavior - N/A ## New Behavior - User can pass `removeButtonProps` attribute to `TagItem` which renders all the props on the close button - This allows better integration...