Skip to content

Instantly share code, notes, and snippets.

View peter-jozsa's full-sized avatar

Peter Jozsa peter-jozsa

  • INNONIC
  • Debrecen, Hungary
View GitHub Profile
@nandorojo
nandorojo / eas-update-sentry.ts
Last active May 31, 2024 02:49
EAS Update + Sentry Source Maps
import { getConfig } from '@expo/config'
import fs from 'fs'
import spawnAsync from '@expo/spawn-async'
import chalk from 'chalk'
import path from 'path'
const appDir = process.cwd()
console.log()
console.log(chalk.green('Sentry source maps script. Working directory:'))