Skip to content

Commit

Permalink
Merge pull request #19493 from newrelic/daily-release/12-10-24-morning
Browse files Browse the repository at this point in the history
Daily release/12 10 24 morning
  • Loading branch information
sujitnewrelic authored Dec 10, 2024
2 parents c8f7872 + 9854ffa commit 2baca2a
Show file tree
Hide file tree
Showing 110 changed files with 2,894 additions and 1,390 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,14 @@ The following frameworks are supported:
</tr>
</thead>
<tbody>
<tr>
<td>
CakePHP
</td>
<td>4.x, 5.x</td>
<td></td>
</tr>

<tr>
<td>
Drupal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ To enable logs in context for <InlinePopover type="apm"/> apps monitored by Node

3. Install [a supported framework](#automatic) to enrich your log data, or directly use [the agent's log forwarding API](https://newrelic.github.io/node-newrelic/API.html#recordLogEvent).

4. In your agent configuration, set `application_config.enabled` to `false`. (Otherwise, the agent will automatically instrument your logger and calling these enrichers yourself will do nothing.)
4. In your agent configuration, set `application_logging.enabled` to `false`. (Otherwise, the agent will automatically instrument your logger and calling these enrichers yourself will do nothing.)

5. Configure logs in context for Node.js using the appropriate log extension.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
subject: PHP agent
releaseDate: '2024-12-09'
version: 11.4.0.17
downloadLink: 'https://download.newrelic.com/php_agent/archive/11.4.0.17'
features: ['Support for CakePHP 4.x and 5.x']
bugs: []
security: []
---

## New Relic PHP agent v11.4.0.17

### New feature

* Added support for CakePHP framework versions 4.x and 5.x.

### Support statement

* New Relic recommends that you upgrade the agent regularly and at a minimum every three months. For more information on supported agent versions and EOL timelines, check out our [PHP EOL policy](https://docs.newrelic.com/docs/apm/agents/php-agent/getting-started/php-agent-eol-policy/).
* The [PHP agent compatibility and requirements](https://docs.newrelic.com/docs/apm/agents/php-agent/getting-started/php-agent-compatibility-requirements/) page should be consulted for the latest information on supported PHP versions and platforms.

<Callout variant="important">
**For installations using an unsupported PHP version or platform, it's highly recommended that you disable the auto-update mechanisms for the PHP agent packages.** This can be done by adding the PHP agent packages to an exclusion list for package upgrades. Or you could version pin the PHP agent package to an agent version that supports the old, unsupported feature(s). Failure to prevent upgrades may result in a newer agent release being installed and the removal of support for the required, unsupported features. This would disrupt APM data collection.

The PHP agent packages that are affected are:

* newrelic-php5
* newrelic-php5-common
* newrelic-daemon
</Callout>
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
subject: Mobile app for Android
releaseDate: '2024-12-10'
version: 5.26.2
downloadLink: 'https://play.google.com/store/apps/details?id=com.newrelic.rpm'
---


### Fixes
* Reverted `code_verifier` from social login URL.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
subject: Android agent
releaseDate: '2024-12-06'
version: 7.6.2
downloadLink: 'https://download.newrelic.com/android_agent/ant/NewRelic_Android_Agent_7.6.2.zip'
---

## New features

- Implemented OpenTelemetry (Otel) Distributed Tracing.
- Added support for Gzip compression for log data ingestion.
- Included Application Not Responding (ANR) thread data in the reporting process.

## Fixed issues

- Fixed an issue with log instrumentation that caused build failures.
- Fixed an issue where throwable errors generated repetitive entries in Logcat.
- Fixed a crash caused by calling `removeAttributes` before starting an agent.
- Fixed user-reported issues with log functionality.


## Support statement

We recommend updating the agent at least every three months. Find specific policies and dates for Android agent support in the [Mobile Monitoring Agents EOL Policy](/docs/mobile-monitoring/new-relic-mobile/get-started/mobile-agents-eol-policy/#android-eol).
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
subject: React Native agent
releaseDate: '2024-09-16'
version: 1.4.5
downloadLink: 'https://www.npmjs.com/package/newrelic-react-native-agent/v/1.4.5'
version: 1.4.6
downloadLink: 'https://www.npmjs.com/package/newrelic-react-native-agent/v/1.4.6'
---

## Improvements


- Native Android agent updated to version 7.6.1
- Native iOS agent updated to version 7.5.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
subject: React Native agent
releaseDate: '2024-11-15'
version: 1.4.7
downloadLink: 'https://www.npmjs.com/package/newrelic-react-native-agent/v/1.4.7'
---

## Improvements

- Added support for Expo 52
- Disabled default native C++ crash reporting

Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Para obtener más detalles sobre Session Replay, consulte las siguientes seccion

* Versión del agente v1.260.0 o superior. Recomendamos [actualizar a la última versión del agente](/docs/release-notes/new-relic-browser-release-notes/browser-agent-release-notes) a medida que continuamos realizando mejoras.
* Tipo de agente: Pro o Pro+SPA. Session Replay no funciona con el agente Lite del navegador.
* [El Rastreo de sesión](/docs/browser/browser-monitoring/page-load-timing-resources/cookie-collection-session-tracking/#settings) y el seguimiento de sesiones están habilitados.
* [El seguimiento de sesiones](/docs/browser/browser-monitoring/browser-pro-features/session-traces-explore-webpages-life-cycle/#requirements) está habilitado.

* El de su final browser admite la de usuario a browsernivel de API necesaria para grabar una Session Replay (verifique la compatibilidad en [MutationObserver](https://caniuse.com/mutationobserver)).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Para obtener más información, consulte la [documentación de instalación del

Luego de proporcionar a este método un contenedor principal válido y un nombre de función secundaria, el agente del browser registrará un nuevo log de eventos cada vez que se invoque la función envuelta. El primer argumento se pasa a la función invocada como mensaje del log. Consulte la [UIde registro](/docs/logs/ui-data/use-logs-ui/) para obtener más información sobre log de eventos.

Se puede pasar una configuración opcional junto con estos registros capturados con el argumento `options` . Cualquier atributo personalizado proporcionado a la API de llamada en el argumento `options` (`options.customAttributes`) se agregará como atributo de nivel superior en cada log de evento creado por este contenedor. Puede controlar el `level` del log capturado proporcionando un `level` al argumento `options` (`options.level`), que por defecto es `info`. Tenga en cuenta que una vez finalizada correctamente, la detección de registro de la función no se puede modificar.
Puede pasar la configuración opcional junto con estos registros capturados empleando el argumento `options` . Cualquier atributo personalizado suministrado a la API de llamada en el argumento `options` (`options.customAttributes`) se agrega como atributo de nivel superior en cada registro de eventos creado por este contenedor. Proporcione un `level` al argumento `options` (`options.level`) para controlar el `level` del registro capturado. De forma predeterminada, el nivel de registros se establece en `info`.

## Parámetros [#wrap-parameters]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Para instalar el agente:
5. Actualiza tu <InlinePopover type="licenseKey" />.
6. Opcional: actualice cualquier otro [parámetro](#parameters).
6. Opcional: actualice cualquier otro [parámetro](#parameters). Para especificar una ruta de instalación diferente de la unidad predeterminada, configure la variable de entorno `SYSTEMDRIVE` en la unidad deseada antes de iniciar el instalador. Además, configure esta variable de entorno para `newrelic-infra service` luego de crearla.
7. Ejecute `installer.ps1` con derechos de administrador.
Expand Down Expand Up @@ -170,7 +170,7 @@ Puede configurar el siguiente parámetro durante la instalación asistida para W
Por defecto:
```
C:\Program Files\NewRelic\newrelic-infra\inregrations.d
C:\Program Files\New Relic\newrelic-infra\integrations.d
```
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ También puedes [consultar infraestructura utilizando dimensional métrica](/doc

Para comprobar si sus datos emplean el formato medidor, ejecute una consulta como esta:

```
```sql
FROM SystemSample SELECT cpuPercent SINCE 90 minutes ago
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Monitor e informe datos sobre sus servicios Microsoft Azure a New Relic con el m

Nuestro monitoreo de integración de Azure monitorea todas sus métricas de los servicios de Azure compatibles. Una vez habilitado, consultamos los servicios de tu plataforma Azure según tu intervalo de sondeo establecido. Cuando eso sucede, obtienes:

* Ingestión métrica de [todos los servicios de Azure respaldados por el monitoreo de Azure](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/metrics-supported).
* Ingestión de métricas desde [muchos servicios Azure compatibles con Azure Monitor](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/metrics-supported).
* Experiencia [métrica dimensional](/docs/data-apis/understand-data/new-relic-data-types/#metrics-new-relic) nativa para consultas, alertas y explorador de datos.
* Azure [entidad](/docs/new-relic-solutions/new-relic-one/core-concepts/what-entity-new-relic) en nuestro [explorador de entidades](/docs/new-relic-one/use-new-relic-one/ui-data/new-relic-one-entity-explorer) con métricas doradas y tablero incorporado.
* Métrica decorada con etiqueta personalizada definida en recursos de Azure.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ La siguiente tabla proporciona información sobre la versión y la compatibilida
</td>
<td>
1.12.34
1.12.36
</td>
</tr>
Expand All @@ -79,7 +79,7 @@ La siguiente tabla proporciona información sobre la versión y la compatibilida
</td>
<td>
25 de enero de 2024
9 de diciembre de 2024
</td>
</tr>
Expand All @@ -89,7 +89,7 @@ La siguiente tabla proporciona información sobre la versión y la compatibilida
</td>
<td>
New Relic 1.12.34
Nuevo agente de servicios de Relic 1.12.36
</td>
</tr>
Expand All @@ -109,7 +109,7 @@ La siguiente tabla proporciona información sobre la versión y la compatibilida
</td>
<td>
2.10.x, 2.11.x, 2.12.x, 2.13.x, 3.x, 4.x y 5.x
2.10.x, 2.11.x, 2.12.x, 2.13.x, 3.x, 4.x, 5.x y 6.x
</td>
</tr>
Expand Down
Loading

0 comments on commit 2baca2a

Please sign in to comment.