Teh Kok How

Results 108 issues of Teh Kok How

### APM Agent version The version of the `Elastic.Apm` nuget package used 1.22.0 ### Environment Production **Operating system and version:** Ubuntu 23.04 **.NET Framework/Core name and version** (e.g. .NET 4.6.2,...

bug
agent-dotnet
community
triage

**Describe the bug** Putting `import 'elastic-apm-node/start' ` as the first line of startup code in Typescript app results in ``` $ n start > [email protected] start > export NODE_ENV=development&& node...

awaiting reply
agent-nodejs
community

**Describe the bug** I have the following `ignoreUrls` configured: ``` ignoreUrls: [ /^\/health\//i, /^\/[._]+next\//i, /^\/robots.txt/ ], transactionIgnoreUrls: [ '/health/*', '/.next/*', '/_next/*', '/robots.txt' ], ``` But the `_next/*` still appears in...

triage
agent-nodejs
community

## Current behavior Hit the following error on Quasar Vue.JS: ``` TypeError: Cannot set property mark of # which has only a getter TypeError: Cannot set property mark of #...

bug

1. Bug description 2. Steps to reproduce 3. Device user-agent 4. Device/Browser type/name 5. Share code for a better understanding (for example, here https://codesandbox.io/s/new) 6. Any additional info

`"@reduxjs/toolkit": "^2.0.1",` eror: ``` import { configureStore, Middleware } from '@reduxjs/toolkit'; import { rootReducer } from './rootReducer' const middlewares: Middleware[] = []; // @link: https://redux.js.org/recipes/configuring-your-store#simplifying-setup-with-redux-toolkit /*export const configureStore = (preloadedState...

``` $ n i vue-jest -D npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm...

**What happened**: ``` [metrics-server-856457dd94-bq4x7] http2: server: error reading preface from client :35766: read tcp :4443->:35766: read: connection reset by peer ``` **What you expected to happen**: No error. **Anything else...

kind/support
lifecycle/stale
needs-triage

`Python 3.10.4` `pipenv, version 2022.5.2` `flask-oidc 1.4.0` Exception happens on the following import line: ``` from flask_oidc import OpenIDConnect ```

**Describe the bug** A clear and concise description of what the bug is. using v1.2.6 bump into the following build error: ``` [!] RollupError: "default" is not exported by "node_modules/react-infinite-scroller/index.js",...