-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18496 from newrelic/translations-e61cb6fc
Updated translations - (machine translation)
- Loading branch information
Showing
17 changed files
with
3,020 additions
and
1,503 deletions.
There are no files selected for viewing
691 changes: 599 additions & 92 deletions
691
src/i18n/content/es/docs/mobile-monitoring/mobile-monitoring-ui/mobile-logs.mdx
Large diffs are not rendered by default.
Oops, something went wrong.
34 changes: 34 additions & 0 deletions
34
...toring/new-relic-mobile-android/troubleshoot/sentry-incompatibility-android.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: Incompatibilidad con Sentry (Android) | ||
type: troubleshooting | ||
tags: | ||
- Mobile monitoring | ||
- New Relic Mobile Android | ||
- Troubleshoot | ||
metaDescription: New Relic Android agent log instrumentation cannot coexist with Sentry Android. | ||
freshnessValidatedDate: '2024-08-23T00:00:00.000Z' | ||
translationType: machine | ||
--- | ||
|
||
## Problema | ||
|
||
La integración del agente Android de New Relic y el SDK de monitoreo de Sentry puede generar conflictos, fallas o errores dentro de su aplicación. | ||
|
||
Se sabe que esto causa problemas como `java.lang.StackOverflowError`. | ||
|
||
## Solución | ||
|
||
Necesitará evitar que el agente de Android instrumente el SDK de monitoreo Sentry. Para lograr esto, configure el agente New Relic para excluir el paquete Sentry de la instrumentación. Aquí te explicamos cómo: | ||
|
||
* Agrega el siguiente bloque a tu archivo `build.gradle` : | ||
|
||
``` | ||
newrelic { | ||
// Don't instrument sample classes | ||
excludePackageInstrumentation("io.sentry.*") | ||
} | ||
``` | ||
|
||
Esta configuración le dice al agente New Relic que omita cualquier clase instrumentada dentro del paquete `io.sentry`. | ||
|
||
Si tiene algún problema o necesita ayuda adicional, puede comunicar con el soporte de New Relic en [support.newrelic.com](https://support.newrelic.com). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.