sentry

Thumbnail tag failed: (sorl-thumbnail 11.12)

自闭症网瘾萝莉.ら 提交于 2019-12-23 03:15:05
问题 I keep getting strange errors from sorl-thumbnail in my production environment (using Sentry as a logger). They all just say Thumbnail tag failed: (which is oh-so-uber-helpful), and they all come from one of three modules. The weird thing is that it doesn't actually affect the site. Pages load fine, and even the thumbnails load fine. It's really only a concern because I'm tired of seeing the errors show up in my list in my Sentry dashboard. However, I can't make heads or tails out of why the

Sentry's sourcemaps/artifacts don't work

☆樱花仙子☆ 提交于 2019-12-22 08:33:36
问题 I'm building, minifying and generating sourcemaps of my app with webpack. Artifacts are sent to sentry.io with webpack-sentry-plugin. The javascript code is run from localhost:8080/js/app.js . It contains //# sourceMappingURL=app.js.map at the end. Sourcemaps work correctly at Chrome devtools. Sentry's Releases/Artifacts contain the following files: js/app.js js/app.js.map Anyway, when Sentry logs an error, stacktrace is from the minified file. It's not using the sourcemaps. What am I doing

0033-如何在Hue中使用Sentry

六月ゝ 毕业季﹏ 提交于 2019-12-21 16:53:22
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 1.文档编写目的 本文档讲述如何通过Hue管理Sentry权限,您将学习到以下知识: 1.如何使用Hue创建用户 2.如何使用Hue为hive用户组授权超级权限 3.如何使用Hue验证授权 文档主要分为以下几步: 1.使用Hue创建测试用户 2.授权hive组为管理员 3.创建角色并授权验证 4.备注 这篇文档将重点介绍如何使用Hue管理Sentry权限,并基于以下假设: 1.CDH集群运行正常 2.集群已启用Kerberos 3.集群已安装Sentry服务,已和HDFS/Hive/Impala/Hue服务集成 以下是本次测试环境,但不是本操作手册的硬限制: 1.操作系统:CentOS 6.5 2.CDH和CM版本为5.12.1 3.采用root用户进行操作 4.Hue的管理员账号为admin 2.在Hue上创建用户 通过Hue管理员分别创建用户hive/fayson_d/fayson_a/fayson_c/fayson_h,hive用户所属组为hive组,其它用户所属组也与用户名称一样。 注意:确保以上用户在集群所有节点均存在。 1.使用admin用户登录Hue 2.进入用户管理,创建hive的组 点击“Add group”保存新建的组 3.创建hive用户(以创建hive用户为例) 3

how do I encrypt data in R?

爷,独闯天下 提交于 2019-12-18 12:52:58
问题 I am adding a sentry handler to the R logging package. currently django-sentry validates the client (the application sending log records) based on a shared key which travels in clear text in a secured channel. I was wondering if it was possible to do encryption from R, preferably asymmetric, public key based, but I find nothing relevant. all right, not "if it was possible", but "how to do that" and whether someone already did this. after interaction with the author of django-sentry, we opted

invalid literal for int() with base 10: '

不羁岁月 提交于 2019-12-11 08:59:35
问题 I recently added sentry for error tracking in my project and configure raven according to documentation here but getting the error shown below. settings.py import raven INSTALLED_APPS = [ # 3rd party app 'raven.contrib.django.raven_compat', ] RAVEN_CONFIG = { 'dsn': 'https://*****@sentry.io/224093', 'release': raven.fetch_git_sha(os.path.dirname(os.pardir)), } Error Log System check identified no issues (0 silenced). October 02, 2017 - 11:31:58 Django version 1.10, using settings 'FoodCham

项目正常运行的保障,前端异常监控系统--Sentry

可紊 提交于 2019-12-11 02:37:44
背景:项目上线之后怎么能保障正常运行,并且在出现问题的时候在第一时间找到错误,根据错误去解决,为客户提供有保障的服务呢? Why Sentry 我们需要一个成熟的监控系统,Sentry 就是一个这样的工具。 Sentry – 正如其名「哨兵」,可以实时监控生产环境上的系统运行状态,一旦发生异常会第一时间把报错的路由路径、错误所在文件等详细信息以邮件形式通知我们,并且利用错误信息的堆栈跟踪快速定位到需要处理的问题。 选择 Sentry 作为前端监控系统,还因为下几点: 开源 对各种前端框架的友好支持 (Vue、React、Angular) 支持 SourceMap 准备工作 docker下载安装 接下来我们就以docker为例在本地从零开始创建一个sentry服务 环境搭建 Sentry可以使用Python2.7搭建,也可以利用Docker直接部署,那么小编就直接利用自己的Python2.7环境进行搭建。 以下就是Sentry搭建的过程,请保证每一步的操作正确。 1.启动一个 Redis 容器 $ docker run -d --name sentry-redis redis 2.启动一个 Postgres 容器 $ docker run -d --name sentry-postgres -e POSTGRES_PASSWORD=secret -e POSTGRES_USER

How to manually upload my source code to sentry?

怎甘沉沦 提交于 2019-12-10 19:35:50
问题 My app is built with expo and sentry dashboard shows me 2 errors : Discarded invalid parameter 'type' and Source code was not found for app:///crna-entry.bundle? platform=ios&dev=true&minify=false&hot=false&assetPlugin=%2FUsers%2FUser%2FDesktop%2Fpath%2Fto%2Fnode_modules%2Fexp. So when i receive errors, it's impossible to debug because i only have an uglyfied built js. Is there any way to upload the source expo source code manually. Which file should i send to sentry? Thanks 回答1: First way If

Problem in setting up Sentry.io . Nothing sent to Sentry Panel

故事扮演 提交于 2019-12-10 17:19:46
问题 I'm going to use Sentry for My Android project I’m working on. My company is using a self hosted Sentry, version 9.0.0 I followed Sentry.io Installation Guide. These permissions were added in Manifest: <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> This is my app/build.gradle file: dependencies { ... implementation 'io.sentry:sentry-android:1.7.10' implementation 'org.slf4j:slf4j-nop:1.7.25' } apply

Django Logging with FileHandler not Working

与世无争的帅哥 提交于 2019-12-10 14:15:13
问题 I am using the logging setup below with a django project (also using sentry/raven). The sentry/raven bit is working fine, but the file logging isn't. An empty logfile is created, but whenever I use logging.info('foo') nothing comes up in the log file (i.e. it remains empty). Any suggestions? LOGGING = { 'version': 1, 'disable_existing_loggers': True, 'root': { 'level': 'WARNING', 'handlers': ['sentry'], }, 'formatters': { 'verbose': { 'format': '%(levelname)s %(asctime)s %(module)s %(process