Kryštof Matějka

Results 7 issues of 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`. ![image](https://github.com/microsoft/ApplicationInsights-JS/assets/7732437/bce40425-986f-4ed6-8fc0-a39aecfbd5dc) ![image](https://github.com/microsoft/ApplicationInsights-JS/assets/7732437/df79e986-b673-4fb0-b0db-6e0068158ff7) **Steps to reproduce** - go to playground https://codepen.io/krystof-matejka/pen/LYoYBQw - replace `connectionString` on line 21...

investigating

**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...

stale

**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...

enhancement

**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...

enhancement
documentation

## 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...