UNPKG
@rlanz/sentry
Version:
latest (0.3.3)
next (0.2.0-0)
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.2.0-0
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A wrapper around the Sentry SDK to make it easier to use in a AdonisJS application
@rlanz/sentry
/
build
/
src
/
define_config.js
12 lines
(11 loc)
•
236 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/* * @rlanz/sentry * * (c) Romain Lanz * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */
export
function
defineConfig
(
config
) {
return
config; }