aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/setupRaven.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/scripts/lib/setupRaven.js')
-rw-r--r--app/scripts/lib/setupRaven.js14
1 files changed, 12 insertions, 2 deletions
diff --git a/app/scripts/lib/setupRaven.js b/app/scripts/lib/setupRaven.js
index a869588d0..b93591e65 100644
--- a/app/scripts/lib/setupRaven.js
+++ b/app/scripts/lib/setupRaven.js
@@ -23,10 +23,20 @@ function setupRaven(opts) {
release,
transport: function(opts) {
const report = opts.data
- // simplify ethjs error messages
+ // simplify certain complex error messages
report.exception.values.forEach(item => {
- item.value = extractEthjsErrorMessage(item.value)
+ let errorMessage = item.value
+ // simplify ethjs error messages
+ errorMessage = extractEthjsErrorMessage(errorMessage)
+ // simplify 'Transaction Failed: known transaction'
+ if (errorMessage.indexOf('Transaction Failed: known transaction') === 0) {
+ // cut the hash from the error message
+ errorMessage = 'Transaction Failed: known transaction'
+ }
+ // finalize
+ item.value = errorMessage
})
+
// modify report urls
rewriteReportUrls(report)
// make request normally
n/devel/electron4/files/eslint-utils-1.4.3&id=752671351caaced6a8cc512e12d5c5854c7ed6f7'>Update to 0.9.8.1db2019-09-092-7/+8 * - Unbreak qteldb2019-09-082-16/+14 * Mark BROKENantoine2019-09-081-0/+2 * Mark BROKENantoine2019-09-081-0/+1 * SvxLink release 19.09.1 -- 01 Sep 2019db2019-09-066-24/+46 * - cqrlog also needs mysqld which cqrlog was missing as a dependencydb2019-09-041-3/+6 * - Rebuild bootstrap (ppcx64 and ppc386) with ld patchesacm2019-09-031-1/+1 * Apply some cleanup from the PR and update to 3.14.1.0mr2019-08-315-1610/+1475 * comms/wsjtx: Update 2.0.1 -> 2.1.0yuri2019-08-312-8/+7 * Update to 2.40.0joneum2019-08-292-4/+4 * comms/openzwave-devel: improve port Makefilepi2019-08-271-14/+4 * New port: comms/openzwave-develpi2019-08-277-0/+1387 * - set deprecation on obsolete technologyjgh2019-08-221-0/+3 * Un-break comms/gr-osmosdr and comms/gqrx following Gnuradio 3.8 updatemartymac2019-08-229-32/+8546 * - shift to more applicable categoryjgh2019-08-214-0/+50 * devel/boost-*: update to 1.71.0jbeich2019-08-196-4/+6 * New port: comms/iwmbt-firmwarewulf2019-08-195-0/+67 * - Update WWWamdmi32019-08-181-1/+1 * Unbreak on non head FreeBSDdb2019-08-181-6/+7 * Version 1.3.48 * Maintenance releasedb2019-08-182-4/+4 * - Bump PORTREVISION (lazarus ports were updated to 2.0.4)acm2019-08-161-2/+1 * Version 4.1.08 * Maintenance releasedb2019-08-155-109/+4 * Convert to UCL & cleanup pkg-message (categories a-c)mat2019-08-1416-24/+96 * Changelog:db2019-08-127-38/+33 * Update to 3.8.0.0-rc2db2019-08-113-45/+58 * Cleanup LIB_DEPENDSantoine2019-08-081-1/+1 * Update flrig todb2019-08-062-6/+9 * Update to 20190531.kevlo2019-08-061-1/+1 * multimedia/ffmpeg: update to 4.2jbeich2019-08-061-1/+1 * =Version 4.1.07=db2019-08-052-5/+4 * Mark BROKEN: unfetchableantoine2019-08-042-0/+4 * Deprecate ports broken for more than 6 monthsantoine2019-08-042-0/+5 * comms/bladerf: Update 2018.12 -> 2019.07yuri2019-08-022-6/+4 * comms/libbtbb: fix build with GCC-based architecturespkubaj2019-07-301-0/+11 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2019-07-2749-27/+49 * Update to 4.1.06db2019-07-242-4/+4 * Update to 1.36.46db2019-07-242-4/+4 * comms/dsd: Unbreak build as usertobik2019-07-231-2/+8 * Update to 1.5, and change maintainer to hamradio@shurd2019-07-239-623/+489 * comms/xastir: put back ImageMagick/GraphicsMagick choiceswills2019-07-192-28/+30 * comms/cubicsdr: fix build on GCC architecturespkubaj2019-07-191-1/+1 * comms/xastir: update to 2.1.4swills2019-07-173-32/+20 * - Fix LICENSEamdmi32019-07-144-14/+16 * Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.solinimon2019-07-121-2/+4 * UCL-ify pkg-message of my ports.rene2019-07-101-0/+7 * =Version 4.1.05=db2019-07-042-4/+4 * comms/scrcpy: update to 1.9swills2019-07-013-11/+21 * comms/soapyplutosdr: Update 0.1.0 -> 0.2.0yuri2019-06-282-6/+5 * comms/soapyuhd: Update 0.3.5 -> 0.3.6yuri2019-06-282-5/+4 * Update graphics/libgeotiff to 1.5.1sunpoet2019-06-281-1/+1 * Clean up final leftovers from Qt4.rene2019-06-261-3/+0 * Mark BROKEN: magick/image-private.h: No such file or directoryantoine2019-06-261-0/+2 * Correct trivial typodb2019-06-251-1/+1 * WSJT-X requires sqlite, not just sql.shurd2019-06-231-2/+3 * Regular USE_GITHUB cleanup.mat2019-06-202-4/+4 * Update to 4.1.04db2019-06-203-11/+10 * Fix error in positioning sliders when the font size is larger than theshurd2019-06-192-5/+4 * Fix issue where if the height of the slider is greater than the height ofshurd2019-06-192-1/+21 * Re-add unicode fix lost in r502312shurd2019-06-192-1/+17 * Fix SDR-IQ Supportshurd2019-06-182-0/+42 * - update to -> 1.3.0mich2019-06-177-37/+39 * Clean up LIB_DEPENDSantoine2019-06-171-1/+1 * - Fix licenseamdmi32019-06-162-2/+2 * - Add LICENSE_FILEamdmi32019-06-122-4/+5 * comms/quisk: Update 4.1.39 -> 4.1.40yuri2019-06-102-5/+5 * comms/gnuradio: Update to 3.8tech-preview-381yuri2019-06-037-121/+101 * comms/gnuradio: Update 3.8.g20190309 -> 3.8tech-preview-381yuri2019-06-033-961/+1013 * - Add LICENSE_FILEamdmi32019-05-312-2/+3 * comms/dsd: create portswills2019-05-304-0/+42 * comms/quisk: Broken on i386yuri2019-05-261-0/+2 * comms/libmodbus: Spell LICENSE_FILE correctlytobik2019-05-251-1/+1 * comms/quisk: Update 4.1.26 -> 4.1.39yuri2019-05-237-46/+29 * update to 0.4.1.2019.05.11db2019-05-192-5/+7 * Reset maintainer to hamradio@FreeBSD.orgxride2019-05-161-4/+5 * comms/xdemorse: fix build with GCC-based architecturespkubaj2019-05-131-1/+2 * comms/flrig: fix build on powerpc64pkubaj2019-05-101-0/+2 * Update to 2.39.9joneum2019-05-092-4/+4 * devel/openmp: phase outjbeich2019-05-091-1/+1 * New port: comms/xdemorse: X/GTK+-3 application for decoding Morse code signal...yuri2019-05-065-0/+82 * comms/hylafax: Update to 6.0.7koobs2019-05-054-26/+17 * comms/unixcw: fix build with GCC-based architecturesyuri2019-05-041-0/+12 * Fix the a ports that were broken but did not know it.mat2019-05-031-2/+2 * Remove esound support from pulseaudio as audio/esound expired.rene2019-05-027-4/+7 * From release notes:db2019-05-014-16/+7 * comms/fllog: fix buildpkubaj2019-04-271-0/+11 * Clean up plistantoine2019-04-251-310/+310 * Summary: comms/qrq: Failure to read configuration files anddb2019-04-243-12/+18 * Related to revision 499061 bump ports with USES=fortran to have themgerald2019-04-224-4/+4 * Fix multi-screen size handling, and fix test for wxWidgetsshurd2019-04-223-5/+29 * Use USE_GITHUB correctly.mat2019-04-202-4/+4 * Update to 4.1.26shurd2019-04-196-31/+72 * Update to 1.3.2shurd2019-04-195-43/+7 * Update to 0.9.7.2shurd2019-04-192-7/+9 * Update to 1.3.5shurd2019-04-193-17/+6 * Update to version 1.3.43shurd2019-04-192-4/+4 * Update to 1.2.6shurd2019-04-193-13/+4 * Update to 4.1.02shurd2019-04-193-17/+58 * Update to 9.3.3shurd2019-04-1923-93/+127 * comms/owfs: Spell FTDI_CONFIGURE_ENABLE correctlytobik2019-04-171-1/+2 * Unbreak gnuradio due to boost 1.70db2019-04-163-36/+17 * Fix build when hamlib is installed.shurd2019-04-161-1/+19 * These ports now build on powerpc64.linimon2019-04-151-2/+0 * comms/ncid: fix build with GCC-based architecturesegypcio2019-04-121-1/+1 * devel/boost-*: update to 1.70.0jbeich2019-04-126-3/+7 * comms/soapyairspy: fix build with GCC-based architecturesyuri2019-04-101-1/+1 * Bump a few PORTREVISIONs after r498529antoine2019-04-104-1/+4 * comms/gpredict: fix build with GCC-based architecturesyuri2019-04-101-1/+1 * Add USES=compiler:c++11-lang to fix build on GCC architectures.db2019-04-101-1/+2 * Update devel/readline to 8.0sunpoet2019-04-095-3/+5 * Update PyQt5 to 5.12.1tcberner2019-04-061-1/+0 * Remove expired ports:rene2019-04-0520-503/+0 * comms/airspy: fix build on powerpc64yuri2019-04-042-2/+1 * Fix build on GCC-based architectures:linimon2019-03-302-6/+4 * comms/openzwave: Open-source interface to Z-Wave networkskoobs2019-03-277-0/+795 * Fix build on gcc-based architectures by adding compiler:c++11-langlinimon2019-03-241-1/+1 * Give more details in the BROKEN reasonmartymac2019-03-231-1/+1 * Mark BROKEN: fails to configureantoine2019-03-211-0/+2 * New port: comms/mbelib: P25 Phase 1 and ProVoice vocoderyuri2019-03-214-0/+35 * Really fix DEPENDSantoine2019-03-201-1/+1 * Fix DEPENDSantoine2019-03-201-1/+1 * Update to 2.39.8joneum2019-03-202-4/+4 * Expire and deprecate comms/conserver and devel/msrc0.cy2019-03-201-0/+3 * comms/scrcpy: update to 1.8swills2019-03-192-6/+6 * - Fix buildacm2019-03-181-3/+1 * comms/gnuradio doesn't work with python3antoine2019-03-171-1/+1 * Qt4 deprecationtcberner2019-03-176-76/+0 * Qt4 deprecation: Remove Qt4 and its consumes.tcberner2019-03-1723-619/+0 * Update to 3.8 git version to move from Qt4 to Qt5db2019-03-1614-2438/+1965 * Fix build on gcc-based architectures:linimon2019-03-131-1/+1 * Fix build on gcc-based architectures:linimon2019-03-131-1/+1 * comms/java-simple-serial-connector, devel/arduino18, devel/arduino-core: fix ...ler2019-03-132-5/+6 * Update to 17.12.2db2019-03-1216-164/+182 * comms/cqrlog: BROKEN due to lazarus compiler errorsyuri2019-03-102-1/+3 * comms/svxlink: disable the ninja generatortcberner2019-03-101-1/+1 * Fix build on gcc-based architectures.linimon2019-03-081-1/+1 * - update to 2.0.1db2019-03-0711-189/+216 * - Bump PORTREVISION. editors/lazarus was updated to 2.0.0acm2019-03-071-1/+1 * Fix packaging with DEFAULT_VERSIONS=python=3.xantoine2019-03-061-1/+2 * Update devel/doxygen to 1.8.15antoine2019-03-062-1/+1347 * Upgrade comms/gammu from v1.39 to 1.40rodrigo2019-02-282-6/+5 * Update to hamlib 3.3db2019-02-276-232/+21 * What is CubicSDR ?db2019-02-2611-0/+192 * Properly detect WC_CONFIGbapt2019-02-261-2/+2 * wxGTK3.0: switch to gtk3 and webkit2bapt2019-02-254-3/+4 * comms/rtl-sdr: Switch to upstream versioning scheme and update to 0.6.0martymac2019-02-259-15/+21 * comms/seyon: Mark MAKE_JOBS_UNSAFEtobik2019-02-241-0/+2 * Update to 2.12.vanilla2019-02-242-4/+4 * comms/scrcpy: Update to 1.7tobik2019-02-232-7/+7 * comms/redsea: Improve description text for the TMC optionkai2019-02-221-1/+1 * New port: comms/redseakai2019-02-215-0/+61 * Update fldigi to 4.1.01db2019-02-202-5/+4 * libticables2 defaults serial port names to cuadX, but current FreeBSDdanfe2019-02-181-1/+4 * New port: comms/ath3k-firmwarewulf2019-02-166-0/+148 * Solve occasional poudriere build failures by adding MAKE_JOBS_UNSAFE.leres2019-02-141-0/+1 * Update Qt5 to 5.12.1tcberner2019-02-134-4/+0 * comms/bladerf: fix build with GCC-based archictecturesyuri2019-02-121-1/+1 * New port: comms/soapyredpitaya: SoapySDR Red Pitaya moduleyuri2019-02-104-0/+30 * comms/soapyplutosdr: Remove the redundant libyuri2019-02-101-1/+1 * New port: comms/soapybladerf: Soapy SDR plugin for the Blade RFyuri2019-02-104-0/+31 * New port: comms/bladerf: BladeRF USB 3.0 Superspeed software defined radioyuri2019-02-104-0/+40 * Move misc/soapysdr-hackrf -> comms/soapysdrhackrf: comms is a correct categor...yuri2019-02-104-0/+34 * New port: comms/soapyplutosdr: Soapy SDR plugin for PlutoSDRyuri2019-02-104-0/+32 * New port: comms/soapyremote: SoapySDR module to use any Soapy SDR remotelyyuri2019-02-105-0/+50 * New port: comms/soapyuhd: Soapy SDR plugin for the Airspyyuri2019-02-104-0/+35 * New port: comms/soapyairspy: Soapy SDR plugin for the Airspyyuri2019-02-104-0/+31 * Altivec support probably wasn't maintained for years. Fix it to compiledb2019-02-0713-8/+347 * Update to 2018.12.01mr2019-02-072-6/+5 * CXXFLAGS+=-Wno-c++11-narrowing is not supported by base GCC. Insteadlinimon2019-02-061-1/+1 * - Correct to actually turn off unused optionsdb2019-02-041-5/+6 * Update flrig to 1.3.42db2019-02-012-4/+4 * comms/wsjtx: Only append to EXTRA_PATCHES after bsd.port.pre.mktobik2019-02-011-2/+6 * comms/ncid: update 1.10 to 1.10.1egypcio2019-01-312-4/+4 * - Update to fldigi 4.1.00db2019-01-315-11/+62 * comms/ncid: fix build with GCC-based architecturesegypcio2019-01-301-0/+4 * comms/scrcpy: New port -- Display and control your Android devicetcberner2019-01-274-0/+59 * From submitter:db2019-01-272-23/+35 * Bug reported only with ld.lld as system ld on i386 solved usingdb2019-01-231-5/+5 * comms/tio: update to 1.32fernape2019-01-232-5/+6 * - Update to 2.0.17danilo2019-01-222-5/+6 * comms/cutecom: Update pkg-descr to reflect new homejwb2019-01-211-1/+1 * comms/dfu-programmer: Update to 0.7.2tobik2019-01-213-5/+6 * Remove Perl core modulesunpoet2019-01-211-3/+1 * comms/cutecom: Add c++11-lang for GCC-based platforms, upgrade to 0.51.0jwb2019-01-20