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
{ | |
"id":"4fce5983775e4d62963cdd5e9b5a48ce", | |
"project":16, | |
"release":"39b96dca5c0dd214927b70fb0416b8b141dab05d", | |
"dist":null, | |
"platform":"javascript", | |
"culprit":"/consult/js/consumerDirect-309952663657.js in new n", | |
"message":"ReferenceError manualError is not defined /consult/js/consumerDirect-309952663657.js in new n", | |
"datetime":"2019-11-06T18:53:25.000000Z", | |
"time_spent":null, |
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
var sourcemaps = require('gulp-sourcemaps'); | |
browserify(path, { | |
paths: ['./node_modules'], | |
// Enables source maps | |
debug: true, | |
}) | |
// Any babel config may come here | |
// --- |
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
// Credit: https://github.com/supriya-raj | |
var spawn = require('child_process').spawnSync; | |
var sentryHost, sentryAuthToken, sentryProjectName, sentryOrg, release; | |
/* | |
Change based on your requirement: | |
sourceMapsPath: relative path to the folder that contains your minified scripts & source maps | |
jsUrlPrefix: ~ (tilde) -> Acts as your domain. Ex: if the source maps are hosted on domain.com/js/file.js.map | |
this should be '~/js' | |
release: source maps will be pushed under this release name |
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
# Configuration for Alacritty, the GPU enhanced terminal emulator. | |
# Setup term for programs to be able to use it | |
env: | |
TERM: alacritty | |
window: | |
# Spread additional padding evenly around the terminal content. | |
dynamic_padding: true |
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
#!/bin/bash | |
set -e | |
# Utility functions | |
## For ease of iterative experimentation | |
doo () { | |
$@ | |
# echo $@ |
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
#!/bin/bash | |
set -e | |
# Utility functions | |
## For ease of iterative experimentation | |
doo () { | |
$@ | |
# echo $@ |