Juan Antonio Fernández de Alba

Results 24 issues of Juan Antonio Fernández de Alba

### What does this PR do? ### Motivation Run tests in #3925 ### Plugin Checklist - [ ] Unit tests. - [ ] TypeScript [definitions][1]. - [ ] TypeScript [tests][2]....

semver-patch
integration-graphql

### What does this PR do? ### Motivation Run tests in #4140 ### Plugin Checklist - [ ] Unit tests. - [ ] TypeScript [definitions][1]. - [ ] TypeScript [tests][2]....

semver-patch
integration-mysql
dbm

### What does this PR do? ### Motivation ### Plugin Checklist - [ ] Unit tests. - [ ] TypeScript [definitions][1]. - [ ] TypeScript [tests][2]. - [ ] API...

### What does this PR do? Do not affect the library config request if `DD_CIVISIBILITY_ITR_ENABLED=false` ### Motivation `DD_CIVISIBILITY_ITR_ENABLED=false` is used as a kill switch for ITR, but it shouldn't affect...

ci-app
semver-patch

### What does this PR do? * Read `DD_SESSION_NAME` env var * Set it to `test_session.name` tag if it's there Additionally, a bug in `vitest` was fixed: * Now `test.command`...

ci-app
semver-minor

### What does this PR do? ### Motivation Negative duration is rejected by the intake ### Plugin Checklist - [ ] Unit tests. - [ ] TypeScript [definitions][1]. - [...

ci-app
semver-patch

### What does this PR do? ### Motivation ### Plugin Checklist - [ ] Unit tests. - [ ] TypeScript [definitions][1]. - [ ] TypeScript [tests][2]. - [ ] API...

ci-app
semver-patch

### What does this PR do? Fix instrumentation for `jest@>=30` ### Motivation It's still in alpha, so it might take a bit, but this should fix the instrumentation. ### Plugin...

ci-app
semver-patch

This [line](https://github.com/playwright-community/jest-playwright/blob/3437dae6693ede66ec70883834a0a14f9d58bb6d/src/PlaywrightEnvironment.ts#L119) could be changed and it'd help users of `PlaywrightEnvironment` to leverage the `context` that's passed to jest environments From ```javascript constructor(config: JestEnvironmentConfig) { super(config) this._config = config.projectConfig as...

**Is your feature request related to a problem? Please describe.** This is specifically a problem for libraries intercepting `jest-environment-*` libraries to create integrations. In this [specific line](https://github.com/playwright-community/jest-playwright/blob/3437dae6693ede66ec70883834a0a14f9d58bb6d/src/PlaywrightEnvironment.ts#L360): ```javascript async handleTestEvent(event:...