NTP-7916 | DSN Url updated (#1017)

This commit is contained in:
Mantri Ramkishor
2024-11-21 18:40:54 +05:30
committed by GitHub
parent 3a906929dc
commit a9a36c6772
3 changed files with 5 additions and 5 deletions

View File

@@ -113,8 +113,8 @@ def jscFlavor = 'org.webkit:android-jsc:+'
def enableHermes = project.ext.react.get("enableHermes", false);
def VERSION_CODE = 216
def VERSION_NAME = "2.15.2"
def VERSION_CODE = 217
def VERSION_NAME = "2.15.3"
android {
namespace "com.avapp"

View File

@@ -1,7 +1,7 @@
import { MILLISECONDS_IN_A_MINUTE, MINUTES_IN_AN_HOUR } from '../../RN-UI-LIB/src/utlis/common';
export const BASE_AV_APP_URL = 'https://longhorn.navi.com/field-app';
export const SENTRY_DSN = 'https://c6c8bc6fab2d8a36b4075956d7f4a984@sa.navi.com/cybertron/api/290764845822352576225822235345509901926'
export const SENTRY_DSN = 'https://c6c8bc6fab2d8a36b4075956d7f4a984@sa.navi.com/cybertron/290764845822352576225822235345509901926'
export const TUNNEL_URL = 'https://sa.navi.com/cybertron/api/290764845822352576225822235345509901926/envelope?sentry_key=c6c8bc6fab2d8a36b4075956d7f4a984';
export const JANUS_SERVICE_URL = 'https://longhorn.navi.com/api/events/json';
export const ENV = 'prod';

View File

@@ -1,7 +1,7 @@
{
"name": "AV_APP",
"version": "2.15.2",
"buildNumber": "216",
"version": "2.15.3",
"buildNumber": "217",
"private": true,
"scripts": {
"android:dev": "yarn move:dev && react-native run-android",